Skip to main content

Memory & Knowledge

Memory Types in CrewAI

0:00
LearnStep 1/4

Overview of Memory Types

Memory in CrewAI

CrewAI supports multiple memory types to help agents remember and learn.

Memory Types

1. Short-Term Memory

Temporary memory during a single crew execution.

python

2. Long-Term Memory

Persistent memory that survives across crew runs.

python

3. Entity Memory

Remembers specific entities (people, places, concepts).

text

4. Contextual Memory

Combines relevant memories for the current task.

Memory Flow

text