MEMANTO - Universal Memory Layer for Agentic AI
MEMANTO is a production-ready memory system for AI agents that gives them persistent, semantic long-term memory across conversations, sessions, and workflows.What Problem Does It Solve?
LLMs inherently lack persistent memory, they forget conversations between sessions. Agents need a way to:- Remember user preferences across sessions
- Track decisions and commitments made during conversations
- Store facts and context for faster, smarter responses
- Manage long-running workflows with consistent state
- Learn from interactions over time
Key Advantages
Zero-Cost Ingestion Latency
Unlike traditional vector databases that index after writes, MEMANTO uses no-indexing semantic search. Memories are available for retrieval immediately no waiting.State-of-the-Art Accuracy
Evaluated on LongMemEval and LoCoMo benchmarks:- 89.8% accuracy on LongMemEval
- 87.1% accuracy on LoCoMo
Semantic Search
Store memories with semantic meaning (facts, preferences, decisions, events, etc.) and retrieve them intelligently by relevance, not just keywords.Built on Moorcheh
MEMANTO uses Moorcheh.ai, the world’s only no-indexing semantic database:- Instant write-to-search (vs. minutes with traditional DBs)
- Exact search results (vs. approximate ANN)
- Deterministic output (vs. probabilistic)
- 80% cost savings vs. traditional vector DBs
How It Works
1. Agent Activates Session
2. Store Memories
3. Recall When Needed
4. Generate Grounded Answers
Quick Start
1. Install
2. Configure
3. Create Agent
4. Store & Recall
5. Get AI Answers
What You Can Build
| Use Case | Example | Benefit |
|---|---|---|
| Customer Support | Agent remembers past issues, preferences, tickets | Faster resolution, better context |
| AI Assistants | Assistant recalls your style, preferences, commitments | More personalized interactions |
| Agent Workflows | Multi-step processes maintain state across sessions | Reliable long-running automation |
| Research Tools | Track hypotheses, findings, decisions over time | Better scientific documentation |
| Project Management | Decisions and context persist across team discussions | Clearer history, faster onboarding |
Memory Types
MEMANTO supports rich semantic memory types:- fact: Objective information (“User is in PST timezone”)
- preference: User or system preferences (“Prefers dark mode”)
- decision: Decisions made (“Chose PostgreSQL for database”)
- goal: Objectives to achieve (“Get 100K users by Q4”)
- commitment: Promises made (“Will deliver report by Friday”)
- event: What happened (“Meeting with CEO at 2pm”)
- instruction: Rules to follow (“Always verify before sending”)
- relationship: Connections between entities (“Alice reports to Bob”)
- context: Contextual information (“We’re in budget review season”)
- learning: Lessons learned (“Users need simpler onboarding”)
- observation: What was noticed (“Traffic spikes on weekends”)
- error: Mistakes to avoid (“Don’t use deprecated API”)
- artifact: Important documents or code (“Q3 budget spreadsheet”)
Architecture Overview
Deployment Options
- Docker: Fastest setup, reproducible environments
- Python: Development and customization
- Cloud: AWS ECS, Google Cloud Run, Azure Container Instances
- Local: Single machine testing and prototyping
Next Steps
Choose your path based on your use case:- Using MEMANTO CLI? → See Installation & Quickstart
- Integrating with an agent? → See Agent Integration
- Need complete reference? → See API Reference
Need Help?
- Docs: Full documentation on Moorcheh https://docs.moorcheh.ai
- Discord: Join the community at https://discord.gg/CyxRFQSQ3p
- Email: support@moorcheh.ai