9 repository-uri
Tools for generating high-level overviews of past interactions to maintain continuity across sessions.
Distinct from Session State Management: Distinct from Session State Management: focuses on the summarization and distillation of state rather than just persistence.
Explore 9 awesome GitHub repositories matching data & databases · Session State Summarizers. 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.
Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language models. It functions as a non-intrusive layer that intercepts outbound model requests to automatically capture interaction history and execution traces, ensuring that agents maintain continuity across sessions without requiring modifications to existing application logic. The platform distinguishes itself through a dual-model storage architecture that maintains information as both structured relational primitives for precise fact retrieval and rolling narrative summaries for situ
Generates high-level overviews of past interactions to restore context and operational continuity.
jcode este un framework pentru dezvoltarea de agenți de codare AI autonomi care automatizează sarcinile de dezvoltare software. Acesta funcționează ca un orchestrator de agenți, runtime de instrumente și motor de memorie semantică, permițând crearea de agenți care pot modifica codul, rula teste și itera asupra propriei funcționalități. Proiectul se distinge prin utilizarea swarming-ului de agenți recursivi, unde o ierarhie de agenți colaboratori poate genera agenți copii pentru a descompune sarcini complexe. Implementează un sistem de memorie semantică care combină regăsirea bazată pe vectori cu maparea relațiilor bazată pe grafuri pentru a menține contextul între sesiuni. Pentru a gestiona riscul, sistemul utilizează guvernanța acțiunilor pe niveluri care necesită aprobarea umană pentru operațiuni sensibile și izolează activitățile agenților în worktree-uri git separate. Framework-ul include un toolkit cuprinzător de automatizare a browserului pentru interacțiunea cu paginile web, extragerea snapshot-urilor DOM și capturarea capturilor de ecran. De asemenea, implementează Model Context Protocol pentru a integra instrumente și date externe și suportă hot-reloading binar pentru a actualiza serverul fără a pierde conexiunile de rețea active. Sistemul oferă o interfață de linie de comandă pentru gestionarea memoriilor agenților și include instrumente de audit pentru a urmări progresul planului și a vizualiza topologia roiului de agenți.
Generates detailed session transcripts and action summaries for auditing unsupervised agent cycles.
OpenSquilla este un framework de orchestrare pentru agenți LLM, conceput pentru a coordona fluxuri de lucru AI în mai mulți pași și execuția de instrumente folosind grafuri aciclice direcționate. Acesta funcționează ca un sistem centralizat pentru gestionarea pachetelor de competențe specializate și executarea secvențelor complexe de raționament. Proiectul se distinge printr-un gateway de rutare care direcționează sarcinile către diferiți furnizori AI în funcție de complexitate, cost și performanță. Utilizează un sistem de memorie AI pe mai multe niveluri care organizează cunoștințele de lucru, episodice și semantice folosind embedding-uri locale și SQLite, alături de un sandbox de execuție securizat care izolează codul generat de agenți prin profiluri de permisiuni bazate pe risc. Platforma acoperă o gamă largă de capabilități, inclusiv implementarea pe mai multe canale către platforme web și de mesagerie, programarea automată a sarcinilor prin cron și un bridge Model Context Protocol pentru conectarea la instrumente externe. De asemenea, oferă instrumente cuprinzătoare de monitorizare și observabilitate pentru urmărirea costurilor per token, auditarea deciziilor runtime și gestionarea unui catalog de competențe reutilizabile. Sistemul include utilitare CLI pentru inițializarea spațiului de lucru și gestionarea ciclului de viață al competențelor.
Deno AI Agent converts older conversation entries into a durable brief to preserve goals and key results.
This project is a Git-based AI session tracker and context manager designed to record AI agent interactions, transcripts, and tool usage directly into Git repositories. It functions as a system for capturing and indexing the reasoning behind code changes, linking AI prompts and responses to specific code commits to preserve developer intent. The tool distinguishes itself by using Git as a primary storage layer for session metadata, utilizing shadow branches and checkpoints to track agent state without polluting the main commit log. It includes specialized capabilities for auditing AI contribu
Automatically generates high-level summaries of AI session checkpoints at the time of commit.
Kimi-code is a command-line interface and orchestration framework designed to integrate autonomous AI agents into software development workflows. It functions as a terminal-based assistant that manages multi-step coding tasks, including planning, file system modifications, shell command execution, and test running, all while maintaining conversational context within a local development environment. The project distinguishes itself through a focus on secure, autonomous agent orchestration and granular control over AI interactions. It enforces strict security by requiring explicit user approval
Optimizes conversation history and multimodal inputs to maintain focus within model token limits.
This project is a research-focused toolkit designed for building autonomous agent systems, multi-agent workflows, and security governance frameworks. It provides a platform for coordinating specialized sub-agents through structured communication protocols and phased task delegation to complete complex technical objectives. The framework distinguishes itself by integrating a dedicated security policy engine that validates autonomous tool execution against user-defined permissions and safety rules. It also features a research-oriented approach to prompt engineering, enabling the dynamic assembl
Condenses session history into compressed representations to maintain context coherence while minimizing token usage.
This project is an AI-powered development workflow orchestrator that integrates autonomous coding agents directly into code editors. It functions as a framework for managing multi-agent systems, enabling developers to automate complex tasks such as code refactoring, inline completion, and multi-stage software development workflows. By utilizing a standardized communication protocol, it bridges the gap between local development environments and large language models. The system distinguishes itself through its focus on agent-based task orchestration and granular configuration. Users can define
Summarizes chat history to maintain conversation state within strict token limits.