Skip to main content

Module experience

Module experience 

Source
Expand description

Experience memory store — records tool execution outcomes and evolution sweeps.

ExperienceStore persists agent tool-call outcomes as experience_nodes and links them into a temporal chain (experience_edges). The EvolutionSweepStats type describes pruning results from ExperienceStore::evolution_sweep.

Structs§

EvolutionSweepStats
Statistics from a single graph evolution sweep.
ExperienceStore
Persistent store for experience memory nodes and edges.