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
4
5
6
7
8
9
10
pub mod cli;
pub mod embedding;
pub mod expiration;
pub mod explorer;
pub mod mcp;
pub mod model;
pub mod store;

pub use model::{ExpirationCondition, MemoryMode};
pub use store::{Alert, MemoryStore, SearchOptions, SetMemory};