hippocampus
Hippocampus is a local-first memory kernel for AI agents. It stores structured memory events in SQLite, retrieves them with hybrid keyword and semantic search, and exposes the system through a Rust SDK and a thin CLI.
Append-only memory event log
SQLite persistence with FTS5 search
Hybrid retrieval with deterministic scoring
Local ONNX-backed embedding pipeline
Deterministic reflection over retrieved memories
SDK-first architecture with CLI wrapper on top