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
pub mod bench;
pub mod cli;
pub mod consolidate;
pub mod learn;
pub mod cloud;
pub mod compress;
pub mod config;
pub mod crypto;
pub mod embeddings;
pub mod error;
pub mod export;
pub mod http;
pub mod mcp;
pub mod plugins;
pub mod store;
pub mod sync;
pub mod tui;
pub mod watch;

pub use error::{MnemeError, Result};