← Back to Glossary
Episodic Memory
Phase 04 · Agentscore-concept

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.

Where you'll use this