remem-ai 0.6.62

Local-first coding agent memory for Claude Code and OpenAI Codex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod dedup;
mod display;
mod project_leak;
mod run;
mod self_retrieval;
#[cfg(test)]
mod tests;
mod title_quality;
mod types;

pub use run::run_eval;
pub use types::{
    DedupReport, EvalReport, ProjectLeakReport, SelfRetrievalReport, TitleQualityReport,
};