How Agents Remember
CrewAI supports multiple memory types that help agents maintain context and learn.
Memory Types
1. Short-Term Memory
Temporary storage during task execution.
Learning Objectives
Lesson Outline
CrewAI supports multiple memory types that help agents maintain context and learn.
Temporary storage during task execution.
Persists across crew runs, stored in a database.
Tracks specific entities (people, places, concepts) mentioned in conversations.
Combines relevant memories for the current task.