[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
SEQ. 3
SEQ. 4

Memory Architecture

🧠 Agent Memory10 min80 BASE XP

The Four Types of Memory

Unlike standard apps, Agents need memory modeled somewhat like a human brain:

  1. Working Memory: The current LLM context window. Temporary, fast, but limited by token limits.
  2. Episodic Memory: Logs of past actions taken during this specific session.
  3. Semantic Memory: Facts, entity profiles, and user preferences stored in a vector DB.
  4. Procedural Memory: "How-to" knowledge (system prompts, tool definitions).
SYNAPSE VERIFICATION
QUERY 1 // 1
What type of memory corresponds to the LLM's current in-context token window?
Semantic Memory
Procedural Memory
Episodic Memory
Working Memory
Watch: 139x Rust Speedup
Memory Architecture | Agent Memory — AI Agents Academy