← Back to Glossary
Episodic Memory
An agent's record of specific past execution trajectories, successful action sequences, and past errors.
Why it exists
Allows agents to learn from past runs so they avoid repeating past execution mistakes on similar tasks.
How it works
Past execution traces are stored in a vector index and retrieved when initiating similar tasks.
Related terms
Where you'll use this
roadmap