Discover and explore top open-source AI tools and projects—updated daily.
AGI-is-going-to-arriveAI agent long-term memory operating system
Top 96.1% on SourcePulse
Memory Palace provides AI agents with persistent, searchable, and auditable long-term memory, enabling seamless cross-session continuity. It addresses the pain point of AI agents forgetting context between conversations, allowing them to retain information and improve performance. The project targets developers building AI agents, researchers, and power users seeking to enhance AI agent capabilities with robust memory systems.
How It Works
Memory Palace stores agent memories in a persistent SQLite database, surviving across sessions. It employs a hybrid retrieval system combining keyword, semantic, and reranker models, augmented by intent-aware search that categorizes queries (factual, exploratory, temporal, causal) to apply specialized strategies. A key feature is the auditable write pipeline, which includes a "Write Guard" for pre-checks, snapshotting for full rollback capabilities, and an asynchronous index worker. The "Model Context Protocol" (MCP) offers a unified interface for integrating various AI clients and IDE hosts.
Quick Start & Requirements
SKILLS_QUICKSTART_EN.md (CLI), IDE_HOSTS_EN.md (IDE hosts), docs/ for full documentation.Highlighted Details
Maintenance & Community
The repository is maintained under the "AGI-is-going-to-arrive" organization. No specific community channels (like Discord/Slack) or notable contributors are detailed in the provided README.
Licensing & Compatibility
The project is released under the MIT License, permitting commercial use and integration into closed-source projects.
Limitations & Caveats
Native Windows host runs may have explicit target-environment caveats. Profiles C and D require manual configuration of external model endpoints (embedding, reranker, LLM). Certain Docker configurations, particularly involving network filesystems, require careful handling of Write-Ahead Logging (WAL) settings to avoid data corruption. Some advanced features, like LLM-powered Write Guard, are noted as experimental.
2 weeks ago
Inactive