Expand description
Ebbinghaus-inspired decay engine for memory importance scoring.
Implements a forgetting curve: R(t) = e^(-rate × t), where the rate is adjusted by memory type, protection level, and access frequency.
Structs§
- Decay
Engine - Decay engine — computes current retention scores for memory entries.