[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
SEQ. 3
SEQ. 4
Memory Architecture
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).
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