generated from coulomb/repo-seed
memory graph and services
This commit is contained in:
45
examples/memory/memory-profile.local.yaml
Normal file
45
examples/memory/memory-profile.local.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
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
|
||||
Reference in New Issue
Block a user