Expand description
Episodic Memory — persistent cross-session experiences with outcomes.
Automatically records what the agent did in each session, with what result. Enables learning from past experiences: “What happened last time I refactored auth?”
Structs§
Enums§
Functions§
- create_
episode_ from_ session - finalize_
episode_ metrics - Converts the cumulative session counters captured by
create_episode_from_sessioninto per-task values. - format_
episode_ compact