1 Repo
Systems for maintaining, summarizing, and retrieving long-term historical context and user preferences across extended interaction sessions.
Distinguishing note: Focuses on persistent state and historical context maintenance for AI agents, distinct from general database storage.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Memory Management Systems. Refine with filters or upvote what's useful.
This project is an LLM agent framework and orchestration engine designed for building autonomous agents that reason, utilize tools, and execute multi-step plans. It provides a system for implementing the ReAct pattern, which interleaves reasoning and action cycles to solve complex problems through iterative observation and self-correction. The framework includes a tool integration layer that connects language models to external functions and APIs using structured schemas and embedding-based routing. It also features a memory management system to persist conversation history and user preferenc
Provides a persistence layer for maintaining historical context and user preferences across extended AI interaction sessions.