What problem does it solve?
It consolidates seven fragmented memory systems (MemoryManager, DistributedMemorySystem, SwarmMemory, SQLiteBackend, MarkdownBackend, and others) into a single AgentDB-based service, eliminating slow linear searches and inconsistent query interfaces across agent memory stores.
Core Features & Use Cases
- Unified Memory Service: Implements a UnifiedMemoryService with a single query interface supporting both semantic vector search and structured filtered queries.
- HNSW Vector Indexing: Adds approximate nearest-neighbor indexing targeting 150x-12,500x search speedups and sub-100ms queries over 1M+ entries.
- Phased Migration: Provides a three-phase plan to migrate SQLite and Markdown backends into AgentDB while maintaining backward compatibility.
- Use Case: An agent platform storing coordination patterns across many agents can migrate its SQLite and Markdown memory stores into AgentDB, then run semantic queries like 'agent coordination patterns' with similarity thresholds instead of scanning entries linearly.
Quick Start
Invoke the v3-memory-specialist agent to audit your existing memory backends and generate an AgentDB migration plan with HNSW indexing.