2 مستودعات
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.
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.
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.