memrec 0.2.0

Local-first AI memory with project isolation — for terminal, for private use
1
2
3
4
5
mod memory;
mod search;

pub use memory::{add, get, list, delete, stats, version};
pub use search::{execute as search_execute, SearchArgs};