Memory Architecture
🧠 Agent Memory⏱ 10 min⭐ 80 BASE XP
The Four Types of Memory
Unlike standard apps, Agents need memory modeled somewhat like a human brain:
- Working Memory: The current LLM context window. Temporary, fast, but limited by token limits.
- Episodic Memory: Logs of past actions taken during this specific session.
- Semantic Memory: Facts, entity profiles, and user preferences stored in a vector DB.
- Procedural Memory: "How-to" knowledge (system prompts, tool definitions).