What problem does it solve? Fragmented memory systems across agents (SQLite, Markdown, swarm memory, distributed stores) cause slow queries, duplicated data, and no cross-agent sharing. This Skill unifies them into a single AgentDB backend with HNSW vector indexing for fast semantic search. ## Core Features & Use Cases - Unified Memory Service: Implements a single IMemoryBackend interface routing semantic queries to HNSW search and structured queries to AgentDB. - Data Migration: Migrates entries from SQLite backends and Markdown files into AgentDB with generated embeddings. - SONA Integration: Stores and retrieves learning patterns with reward and adaptation metadata for self-learning agents. - Use Case: An agent platform running seven separate memory stores migrates all entries into AgentDB, then serves sub-100ms semantic queries across one million entries while sharing memory between agents. ## Quick Start Ask the agent to design an AgentDB unification strategy and migrate the existing SQLite and Markdown memory stores into a single HNSW-indexed backend.