mneme-brain 0.3.1

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
pub mod manager;
pub mod manifest;

pub use manager::PluginManager;
pub use manifest::{PluginManifest, PluginTool};