mii-memory 0.1.0

A local-first memory store for AI agents with CLI, MCP server, and web explorer interfaces.
Documentation
1
2
3
fn main() -> anyhow::Result<()> {
    mii_memory::cli::run()
}