Files
goldbrain/resources/concepts/agent-memory-model.md
T
2026-06-04 16:20:56 -05:00

33 lines
880 B
Markdown

---
type: concept
status: reference
created: 2026-06-01
updated: 2026-06-01
tags: [concept, memory, agent]
agent_written: false
source_notes: []
---
# Agent Memory Model
## Summary
This vault uses a layered memory design with working memory, episodic memory, semantic memory, and task-focused context bundles.
## Key Details
- Working memory supports active session execution.
- Episodic memory preserves what happened.
- Semantic memory stores stable patterns and durable knowledge.
- Context bundles provide compact, high-value retrieval targets.
## Why It Matters
This separation reduces clutter and makes future API-driven retrieval more efficient.
## Related Concepts
- [[resources/references/obsidian-local-rest-api]]
- [[projects/active/vault-foundation]]
## Related
- [[CLAUDE]]
- [[_agent/context/current-context]]
- [[_agent/memory/semantic/operator-preferences]]