generated from coulomb/repo-seed
71 lines
1.7 KiB
YAML
71 lines
1.7 KiB
YAML
schema_version: markitect.memory.profile.v1
|
|
id: infospace-agentic-memory-pilot
|
|
title: Infospace Agentic Memory Pilot Profile
|
|
intent: Compile selected reasoning decisions, workflow events, and artifact neighborhoods into restart context packages for infospace evaluation.
|
|
memory_kinds:
|
|
- reasoning
|
|
- conversation
|
|
- knowledge
|
|
- package
|
|
stores:
|
|
reasoning: markitect-memory-graph-fixture
|
|
conversation: infospace-workflow-trace-fixtures
|
|
knowledge: infospace-artifact-neighborhood
|
|
package: markitect-context-package
|
|
limits:
|
|
reasoning:
|
|
max_nodes: 40
|
|
conversation:
|
|
max_nodes: 20
|
|
knowledge:
|
|
max_nodes: 80
|
|
package:
|
|
max_items: 8
|
|
latency:
|
|
reasoning:
|
|
target_ms: 50
|
|
conversation:
|
|
target_ms: 50
|
|
knowledge:
|
|
target_ms: 120
|
|
retention:
|
|
reasoning:
|
|
strategy: keep-reviewed-decisions
|
|
review_gate: required
|
|
conversation:
|
|
strategy: keep-accepted-handoff-events
|
|
window_events: 12
|
|
knowledge:
|
|
strategy: supersede-with-artifact-version
|
|
package:
|
|
strategy: regenerate-from-selection
|
|
refresh:
|
|
cadence: manual
|
|
trigger: source-artifact-or-profile-digest-change
|
|
compaction:
|
|
strategy: summarize-trace-after-review
|
|
owner: markitect-tool-contract-output
|
|
activation:
|
|
max_items: 8
|
|
max_tokens: 1200
|
|
reserve_tokens: 150
|
|
policy:
|
|
required_labels:
|
|
- project-local
|
|
durable_writes: review-gated
|
|
secrets_allowed: false
|
|
observability:
|
|
emit_events: true
|
|
metrics:
|
|
- restart_quality_score
|
|
- provenance_coverage_ratio
|
|
- context_package_budget_max_tokens
|
|
failure:
|
|
missing_runtime_store: degrade-to-file-backed-fixture
|
|
stale_profile: require-regeneration
|
|
metadata:
|
|
workplan: IB-WP-0017
|
|
contract_owner: markitect-tool
|
|
runtime_owner: kontextual-engine
|
|
evaluation_owner: infospace-bench
|