awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesInteraction Telemetry Capture

Captures tool inputs and outputs for session analysis and restoration.

Distinct from Session State Summarizers: Distinct from Session State Summarizers: focuses on the raw capture of tool I/O for telemetry rather than the generation of summaries.

Explore 2 awesome GitHub repositories matching data & databases · Interaction Telemetry Capture. Refine with filters or upvote what's useful.

Awesome Interaction Telemetry Capture GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rrweb-io/rrwebAvatar rrweb-io

    rrweb-io/rrweb

    19,775Vezi pe GitHub↗

    rrweb is a DOM session recording library and serialization framework used to record and replay web sessions. It converts the state of a web page into a serializable JSON data structure and tracks mutations to reconstruct user interactions within a replay engine. The system distinguishes itself by using a sandboxed iframe for reconstruction to isolate replayed content, preventing script execution and form submissions. It ensures visual consistency through CSS inline-style flattening and provides sensitive data masking to prevent private information from being captured. The project covers a br

    Records non-HTML view states and converts relative paths to absolute ones for consistent rendering.

    TypeScript
    Vezi pe GitHub↗19,775
  • mksglu/context-modeAvatar mksglu

    mksglu/context-mode

    17,558Vezi pe GitHub↗

    This project provides a system for managing agent context and session memory, featuring an agent context compactor, an AI session memory manager, and a tool output sandbox. It functions as a middleware layer and server extension for the Model Context Protocol to optimize context windows and reduce token usage. The system optimizes agent performance by sandboxing tool outputs and externalizing large data sets, replacing raw I/O with pointers and concise summaries. It employs a persistent knowledge base that indexes session history and tool outputs for retrieval via full-text search, ensuring s

    Captures tool inputs, outputs, and responses to allow sessions to be resumed or analyzed through telemetry.

    TypeScriptantigravityclaudeclaude-code
    Vezi pe GitHub↗17,558
  1. Home
  2. Data & Databases
  3. Session State Management
  4. Session State Summarizers
  5. Interaction Telemetry Capture

Explorează sub-etichetele

  • View State RecordingRecording of non-HTML view properties and path normalization for consistent session rendering. **Distinct from Interaction Telemetry Capture:** Distinct from telemetry capture; specifically records visual view states and resolves relative paths to absolute ones.