What problem does it solve?
Consolidates multiple, partially compatible memory systems into a single unified memory backend so your agents can store and retrieve knowledge consistently without maintaining bespoke pipelines for each backend.
Core Features & Use Cases
- Unified Memory Service: Provides a single interface for storing and querying memory entries across legacy backends.
- HNSW Vector Search Acceleration: Uses HNSW-based indexing for semantic search to achieve large performance gains (150x–12,500x) on retrieval workloads.
- Hybrid Migration Strategy: Migrates data from SQLite and Markdown sources into AgentDB while preserving metadata needed for traceability.
- Cross-Agent Memory Sharing & Compatibility: Maintains backward-compatible query behavior while enabling shared access patterns across agents, including learning-pattern storage for SONA integration.
Quick Start
Use V3 Memory Unification to migrate your existing SQLite/Markdown memory entries into AgentDB with HNSW indexing by running an AgentDB setup, configuring the HNSW parameters, and executing the migration tasks.