32 lines
867 B
Markdown
32 lines
867 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
|
|
- [[_agent/context/current-context]]
|
|
- [[_agent/memory/semantic/operator-preferences]]
|