remem-ai 0.5.150

Local-first coding agent memory for Claude Code and OpenAI Codex
Documentation
1
2
3
4
5
6
7
8
9
10
mod run;
#[cfg(test)]
mod tests;
mod types;

pub use run::run_sandbox_eval;
pub use types::{
    InjectionCaseReport, InjectionEvalMetadata, InjectionEvalOptions, InjectionEvalReport,
    InjectionMetricSummary, InjectionRateMetric,
};