2 repos
Persistent storage mechanisms for maintaining state, user preferences, and conversation history across agent sessions.
Distinguishing note: Specifically targets long-term state management for autonomous agents rather than general-purpose application databases.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Agent Memory Stores. Refine with filters or upvote what's useful.
Huginn is a self-hosted automation platform that functions as an event-driven workflow engine. It allows users to build autonomous agents that monitor web services, scrape data, and execute complex tasks by propagating events through a directed graph. By running on your own server infrastructure, it provides a private environment for orchestrating workflows without relying on third-party automation services. The platform distinguishes itself through a modular, plugin-based architecture that enables the development of custom agents to handle specific data processing needs. Each agent maintains
Maintains persistent memory objects to track state across multiple execution cycles.
This project is an autonomous agent framework designed to integrate large language models with popular messaging platforms. It functions as a middleware platform that enables automated, multimodal interactions by decomposing complex user goals into sequential plans, executing them through external tools, and maintaining persistent context across sessions. The framework distinguishes itself through a modular skill architecture and a hybrid memory system. Users can extend system capabilities by installing custom logic modules from community hubs or generating them through natural language. The
Agent framework stores user preferences, key facts, and conversation summaries in structured files that the system reads and writes automatically to maintain context.