Discover and explore top open-source AI tools and projects—updated daily.
moorcheh-aiActive memory agent for long-horizon AI agents
Top 44.7% on SourcePulse
MEMANTO is an active memory agent designed to provide AI agents with persistent, queryable context across sessions, addressing limitations of passive memory tools. It targets developers building sophisticated AI agents, enabling them to achieve long-term goals and avoid confusion through state-of-the-art retrieval and zero ingestion latency.
How It Works
MEMANTO functions as an active agent, offering three core operations: remember, recall, and answer. It tackles six identified gaps in agent memory, including static injection, temporal decay, lack of provenance, flat memory structures, no writeback capabilities, and indexing delays. The system leverages a typed semantic memory schema combined with Moorcheh's information-theoretic retrieval engine, a no-indexing semantic database. This architecture enables exact search, sub-90ms retrieval times, and zero ingestion latency, avoiding the complexity of graph databases and LLM extraction bottlenecks.
Quick Start & Requirements
pip install memantomemanto in your terminal; it prompts for your Moorcheh API key. Native LLM access is included, negating the need for separate external model API keys for common workflows.Highlighted Details
instruction, fact, decision, preference) for structured storage and retrieval.Maintenance & Community
Support and community interaction are available via their Discord server. Additional resources and setup guides can be found on the Moorcheh YouTube channel.
Licensing & Compatibility
MEMANTO is released under the MIT License, which is permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
A Moorcheh API key is required for operation. MEMANTO does not currently offer a hosted API server; users must run their own local server using memanto serve or Docker, which may represent an initial setup hurdle.
22 hours ago
Inactive