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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rrweb-io/rrwebAvatar de rrweb-io

    rrweb-io/rrweb

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

    mksglu/context-mode

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

Explorer les sous-tags

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