generated from coulomb/repo-seed
46 lines
908 B
YAML
46 lines
908 B
YAML
schema_version: markitect.memory.profile.v1
|
|
id: local-agent-memory
|
|
title: Local Agent Memory
|
|
intent: Validate local memory contracts and compile selected graph context.
|
|
memory_kinds:
|
|
- reasoning
|
|
- knowledge
|
|
- package
|
|
stores:
|
|
reasoning: local-event-log
|
|
knowledge: local-graph-store
|
|
package: markitect-context-registry
|
|
limits:
|
|
reasoning:
|
|
max_nodes: 200
|
|
knowledge:
|
|
max_nodes: 1000
|
|
package:
|
|
max_items: 8
|
|
latency:
|
|
reasoning:
|
|
target_ms: 50
|
|
knowledge:
|
|
target_ms: 120
|
|
retention:
|
|
reasoning:
|
|
strategy: summarize-after-window
|
|
window_events: 50
|
|
knowledge:
|
|
strategy: explicit-forget-or-supersede
|
|
refresh:
|
|
cadence: manual
|
|
compaction:
|
|
strategy: event-summary-layer
|
|
activation:
|
|
max_items: 6
|
|
max_tokens: 1800
|
|
reserve_tokens: 200
|
|
policy:
|
|
required_labels:
|
|
- public
|
|
observability:
|
|
emit_events: true
|
|
failure:
|
|
missing_store: degrade-to-context-package
|