lorekeeper 0.3.3

Agent long-term memory bank — MCP server with SQLite and FTS5
Documentation
1
2
3
4
5
6
7
//! Persistent storage abstraction and implementations.

pub mod repository;
pub mod sqlite;

pub use repository::*;
pub use sqlite::SqliteEntryRepo;