mneme-brain 0.2.5

Persistent memory system for AI coding agents — Rust + SQLite + FTS5 + MCP. Hybrid search, age encryption, CRDT P2P sync, WASM plugins, TUI with knowledge graph.
Documentation
1
2
3
4
5
6
7
pub mod engine;
pub mod keys;
pub mod store;

pub use engine::CryptoEngine;
pub use keys::{IdentityKey, RecipientKey};
pub use store::{KeyStore, RegisteredKey};