Extension workplan for phased-memory

This commit is contained in:
2026-05-04 21:07:35 +02:00
parent ac4bf50643
commit 56f920a4eb
4 changed files with 565 additions and 0 deletions

View File

@@ -164,6 +164,15 @@ Natural extensions are intentionally deferred:
- vector retrieval and embedding caches
- decay/retention policies
- reviewed long term identity packages
- reasoning memory as decision graphs
- short-term memory as conversational event paths
- long-term memory as knowledge graphs
- memory service blueprints with size, latency, retention, refresh, compaction,
and policy parameters
- signed policy decisions and durable decision logs
- remote or enterprise memory registries
- package merge/diff and conflict diagnostics
The graph/profile direction is captured in
`docs/agentic-memory-graph-blueprint-assessment.md` and
`MKTT-WP-0016: Agentic Memory Graphs And Service Blueprints`.