What Is MEMANTO?
MEMANTO is a universal memory layer for AI agents built on Moorcheh’s no-indexing semantic database.Problem Statement
Large language models (LLMs) have a fundamental limitation: they forget. Each conversation starts fresh with no context from previous interactions. For agents operating in the real world, this is a critical problem:- Customer support agents can’t remember customer preferences
- Project managers forget decisions made in past meetings
- Research assistants lose context between sessions
- Learning systems don’t carry knowledge forward
Solution: MEMANTO
MEMANTO gives AI agents persistent, semantic memory that:- Persists across sessions - Information survives conversation boundaries
- Is semantically queryable - Recall by meaning, not just keywords
- Operates at scale - Manage thousands of memories efficiently
- Costs nothing at idle - Serverless architecture
- Retrieves instantly - No indexing delays
Core Architecture
Key Concepts
1. Agents
An agent is a persistent identity with its own memory namespace:2. Sessions
A session is a 6-hour window where an agent is active:3. Memories
A memory is a semantic unit of information:- fact - Objective information
- preference - Likes/dislikes
- decision - Choices made
- commitment - Promises made
- … and 9 more types
4. Semantic Search
Instead of exact matching, MEMANTO searches by meaning:Why Moorcheh?
MEMANTO uses Moorcheh.ai instead of traditional vector databases:| Feature | Traditional VDB | Moorcheh |
|---|---|---|
| Write-to-Search | Minutes (indexing) | Instant |
| Accuracy | Approximate (ANN) | Exact |
| Idle Costs | $$$$ (always running) | $0 |
| Computation | Heavy (indexing) | Efficient |
- Memories are available immediately after storage
- Exact, predictable search results
- Zero costs when not in use
- 80% cost savings vs. traditional systems
Use Cases
Customer Support
Agent remembers customer preferences, past issues, and communication style:Project Management
Agent tracks decisions, commits, and project context:Research Assistant
Agent learns and retains research context across sessions:Multi-Agent Systems
Agents coordinate using shared or independent memory:How It Works
1. Store Memory
2. Recall Memory
3. Get AI Answer
Comparison
Without MEMANTO
With MEMANTO
Getting Started
Quick Steps
- Install:
pip install memanto - Configure:
memanto(set API key) - Create agent:
memanto agent create my-bot - Activate:
memanto agent activate my-bot - Store memory:
memanto remember "My first memory" --type fact - Recall:
memanto recall "What did I remember?"
Learn More
MEMANTO makes AI agents smarter by giving them the ability to remember. Build the next generation of context-aware AI systems!