awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rrweb-io/rrwebالصورة الرمزية لـ rrweb-io

    rrweb-io/rrweb

    19,775عرض على 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
    عرض على GitHub↗19,775
  • mksglu/context-modeالصورة الرمزية لـ mksglu

    mksglu/context-mode

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

استكشف الوسوم الفرعية

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