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§
- Evolution
Sweep Stats - Statistics from a single graph evolution sweep.
- Experience
Store - Persistent store for experience memory nodes and edges.