Skip to main content

Module episodic_memory

Module episodic_memory 

Source
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§

Action
Episode
EpisodicStats
EpisodicStore

Enums§

Outcome

Functions§

create_episode_from_session
finalize_episode_metrics
Converts the cumulative session counters captured by create_episode_from_session into per-task values.
format_episode_compact
record_session_episode