remem-ai 0.5.197

Local-first coding agent memory for Claude Code and OpenAI Codex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod hook;
mod host;
mod persist;
mod process;
mod replay;
mod side_effects;
mod spill;
mod worker_launch;

pub use hook::summarize;
pub use process::process_summary_job_input;
pub(crate) use side_effects::{distill_stop_failure_lessons, record_stop_memory_citation_usage};