remem-ai 0.5.96

Persistent memory for Claude Code and OpenAI Codex coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod common;
mod memory;
mod observation;

pub(crate) use memory::{apply_score_demotions, search_with_branch_weights, SearchWeights};
pub use memory::{
    search, search_with_branch, search_with_branch_explain, ChannelContribution, ChannelHit,
    SearchExplain, SearchExplainChannel, SearchExplainResult,
};
pub use observation::search_observations;