remem-ai 0.4.9

Persistent memory for Claude Code and Codex — single binary, automatic context
Documentation
1
2
3
4
5
6
7
8
9
10
mod discover;
mod expand;
mod merge;
mod search;
#[cfg(test)]
mod tests;
mod types;

pub use search::search_multi_hop;
pub use types::MultiHopResult;