Agentic memory profile

This commit is contained in:
2026-05-15 16:01:35 +02:00
parent 9a03fd1606
commit c3b62a6ec3
17 changed files with 960 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Agentic Memory Profile Infospace Pilot"
domain: markitect
repo: infospace-bench
status: todo
status: completed
owner: markitect
topic_slug: markitect
created: "2026-05-15"
@@ -57,7 +57,7 @@ infrastructure.
```task
id: IB-WP-0017-T01
status: todo
status: done
priority: high
state_hub_task_id: "a84301cc-b6b8-4f16-8b21-8d5510160ab8"
```
@@ -79,7 +79,7 @@ Output: pilot selection note and memory-question matrix.
```task
id: IB-WP-0017-T02
status: todo
status: done
priority: high
state_hub_task_id: "105f6555-243c-4374-8010-b2a61f6df83e"
```
@@ -101,7 +101,7 @@ Output: checked-in fixture set and validation docs.
```task
id: IB-WP-0017-T03
status: todo
status: done
priority: high
state_hub_task_id: "243d478c-b17e-4cd8-9562-edf3072eaf9c"
```
@@ -122,7 +122,7 @@ Output: evaluation report, metrics history, and recommended contract changes.
```task
id: IB-WP-0017-T04
status: todo
status: done
priority: medium
state_hub_task_id: "db8ebf8b-4507-48de-a168-6eb82e584687"
```
@@ -144,7 +144,7 @@ Output: integration plan aligned with `IB-WP-0010` and `KONT-WP-0017`.
```task
id: IB-WP-0017-T05
status: todo
status: done
priority: medium
state_hub_task_id: "4f8dccbc-329f-484e-97ad-1d6d049d3001"
```
@@ -166,7 +166,7 @@ Output: trace examples and review notes.
```task
id: IB-WP-0017-T06
status: todo
status: done
priority: medium
state_hub_task_id: "c4b08c44-9c80-4b58-a050-1362996bae4d"
```
@@ -184,6 +184,26 @@ The feedback should identify:
Output: architecture feedback note and proposed follow-on workplans where
needed.
## Implementation Evidence
- Pilot corpus and question matrix:
`docs/agentic-memory-profile-pilot.md` and
`infospaces/agentic-memory-profile-pilot/artifacts/sources/memory-pilot-brief.md`.
- Markitect-compatible fixtures:
`infospaces/agentic-memory-profile-pilot/output/memory/memory-profile.yaml`,
`memory-graph.yaml`, and `restart-context-selection.yaml`.
- Expected context package shape:
`infospaces/agentic-memory-profile-pilot/output/memory/restart-context-package.expected.yaml`.
- Context package evaluation and metrics history:
`infospaces/agentic-memory-profile-pilot/output/memory/context-package-evaluation.yaml`,
`output/metrics/metrics.yaml`, and `output/metrics/memory-profile-history.yaml`.
- Applied workflow traces:
`infospaces/agentic-memory-profile-pilot/output/memory/traces/`.
- Runtime integration plan and lower-layer feedback:
`docs/agentic-memory-profile-pilot.md`.
- Deterministic acceptance coverage:
`tests/test_agentic_memory_profile.py`.
## Acceptance
- The pilot validates memory profiles against a concrete infospace workflow.