---
title: "Episodic · agent memory · Agent Fieldbook"
url: https://agentfieldbook.org/memory/types/episodic/
description: "Stores past experiences, historical actions and conversation logs: remembers HOW a task was accomplished."
section: "Memory · Types"
source: Agent Fieldbook — generated from the published page
---

# Episodic

Stores past experiences, historical actions and conversation logs: remembers HOW a task was accomplished.

## At a glance

| Field | Value |
| --- | --- |
| Class | Memory layer |
| Scope | Cross-session (experiences) |
| Examples | Few-shot trajectory stores |

## How it works

Few-shot example prompting: retrieve records of past successful execution sequences and inject them so the agent replicates the correct tool-calling behaviour.

## Watch out

Needs relevance retrieval, replaying the wrong episode misleads the agent.

## Basis
