What problem does it solve?
Consolidates disparate memory systems into a single AgentDB-backed backend with an integrated HNSW index, enabling unified storage, search, and learning across multiple memory sources.
Core Features & Use Cases
- Unified Memory Service: centralizes multiple memory backends behind a single AgentDB interface, storing and indexing entries transparently.
- High-speed search: delivers 150x-12,500x faster semantic search via HNSW with unified querying and cross-agent sharing.
- Data migration & backward compatibility: migrates legacy SQLite/Markdown stores into AgentDB while preserving access patterns and compatibility.
- SONA learning integration: enables cross-agent memory sharing and adaptive learning patterns to improve recall and decision making.
- Use Case: migrate a 100k-entry memory corpus from SQLite and Markdown documents, then run cross-agent queries with real-time updates.
Quick Start
Initialize the AgentDB-backed memory service with a 1536-dimension HNSW index and a representative speedup target.
Migrate existing memory data from SQLite and Markdown sources into AgentDB, generating embeddings on the fly.
Enable SONA integration to begin cross-agent memory sharing and learning from usage patterns.