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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rrweb-io/rrwebAvatar de rrweb-io

    rrweb-io/rrweb

    19,775Ver en 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
    Ver en GitHub↗19,775
  • mksglu/context-modeAvatar de mksglu

    mksglu/context-mode

    17,558Ver en 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
    Ver en GitHub↗17,558
  1. Home
  2. Data & Databases
  3. Session State Management
  4. Session State Summarizers
  5. Interaction Telemetry Capture

Explorar subetiquetas

  • 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.