-
-
Notifications
You must be signed in to change notification settings - Fork 3
Memory Lobe
GD2BK1NG edited this page Jan 27, 2026
·
1 revision
Interface to semantic, episodic, and procedural memory
The Memory Lobe is Syntra Kernel’s gateway to long‑term knowledge.
It retrieves, writes, compresses, and manages memory across three major systems:
- semantic memory
- episodic memory
- procedural memory
The Memory Lobe answers the question:
“What does Syntra already know that is relevant right now?”
It ensures continuity, coherence, and context.
Query semantic and episodic memory.
Store new events, knowledge, and procedures.
Reduce redundancy while preserving meaning.
Determine which memories matter for the current task.
Ensure consistency between memory and the world‑model.
- world‑model updates
- perception events
- planning queries
- reflection feedback
- agent requests
- semantic knowledge
- episodic timelines
- procedural patterns
- memory embeddings
- relevance‑ranked results
- World‑Model Runtime — synchronizes entities and events
- Planning Lobe — provides knowledge for strategy generation
- Reflection Lobe — updates memory after evaluation
- ThoughtStream — logs memory access
memory.query:
type: episodic
filter: events_related_to("checkout")
limit: 5
Memory is the backbone of continuity.
Without it, Syntra Kernel would be stateless and reactive — not cognitive.