remem-ai 0.5.96

Persistent memory for Claude Code and OpenAI Codex coding agents
Documentation
mod candidates;
mod detail;
mod graph;
mod list;
mod save;
mod search;
mod show;
mod stats;
mod status;

pub(super) use candidates::handle_list_candidates;
pub(super) use detail::handle_memory_detail;
pub(super) use graph::handle_graph;
pub(super) use list::handle_list_memories;
pub(super) use save::handle_save_memory;
pub(super) use search::handle_search;
#[cfg(test)]
pub(super) use search::search_request_from_params;
pub(super) use show::handle_get_memory;
pub(super) use stats::handle_stats;
pub(super) use status::handle_status;