What problem does it solve?
Ariadne provides a local-first memory system for AI agents, delivering fast, offline memory with a hybrid vector search, a rich knowledge graph, and cognitive retention without cloud dependencies.
Core Features & Use Cases
- Hybrid memory: FAISS vector search + SQLite FTS5 keyword search with a typed knowledge graph for multi-hop retrieval.
- Local storage and retention: single SQLite database for memories, embeddings, and graph data; cross-agent surface; deduplication; and a forgetting curve.
- Hermes plugin integration: configurable memory provider; supports embeddings and optional dashboards.
Use Case: An AI agent can remember user preferences, recall past conversations, traverse relationships to infer new insights, and maintain privacy by staying local.
Quick Start
Install ariadne-memory and configure Hermes to use Ariadne as memory provider.