generated from coulomb/repo-seed
Agentic memory profile
This commit is contained in:
88
infospaces/agentic-memory-profile-pilot/artifacts/index.yaml
Normal file
88
infospaces/agentic-memory-profile-pilot/artifacts/index.yaml
Normal file
@@ -0,0 +1,88 @@
|
||||
artifacts:
|
||||
- id: source/memory-pilot-brief.md
|
||||
path: artifacts/sources/memory-pilot-brief.md
|
||||
kind: source
|
||||
title: Agentic Memory Profile Pilot Brief
|
||||
provenance:
|
||||
workplan: IB-WP-0017
|
||||
selected_corpus: infospaces/wealth-vsm-legacy-slice
|
||||
created_at: "2026-05-15T00:00:00Z"
|
||||
relationships: []
|
||||
- id: generated/memory-profile.yaml
|
||||
path: output/memory/memory-profile.yaml
|
||||
kind: generated
|
||||
title: Agentic Memory Pilot Profile
|
||||
provenance:
|
||||
workflow_id: memory-profile-pilot
|
||||
stage_id: validate-memory-fixtures
|
||||
contract: markitect.memory.profile.v1
|
||||
relationships:
|
||||
- type: generated_from
|
||||
target: source/memory-pilot-brief.md
|
||||
- id: generated/memory-graph.yaml
|
||||
path: output/memory/memory-graph.yaml
|
||||
kind: generated
|
||||
title: Agentic Memory Pilot Graph
|
||||
provenance:
|
||||
workflow_id: memory-profile-pilot
|
||||
stage_id: validate-memory-fixtures
|
||||
contract: markitect.memory.graph.v1
|
||||
relationships:
|
||||
- type: generated_from
|
||||
target: source/memory-pilot-brief.md
|
||||
- type: governed_by
|
||||
target: generated/memory-profile.yaml
|
||||
- id: generated/restart-context-selection.yaml
|
||||
path: output/memory/restart-context-selection.yaml
|
||||
kind: generated
|
||||
title: Restart Context Selection
|
||||
provenance:
|
||||
workflow_id: memory-profile-pilot
|
||||
stage_id: evaluate-restart-package
|
||||
contract: markitect.memory.selection.v1
|
||||
relationships:
|
||||
- type: selects_from
|
||||
target: generated/memory-graph.yaml
|
||||
- type: governed_by
|
||||
target: generated/memory-profile.yaml
|
||||
- id: generated/restart-context-package.expected.yaml
|
||||
path: output/memory/restart-context-package.expected.yaml
|
||||
kind: generated
|
||||
title: Expected Restart Context Package
|
||||
provenance:
|
||||
workflow_id: memory-profile-pilot
|
||||
stage_id: evaluate-restart-package
|
||||
expectation: compiled-by-markitect-memory-graph-pack
|
||||
relationships:
|
||||
- type: generated_from
|
||||
target: generated/restart-context-selection.yaml
|
||||
- id: generated/context-package-evaluation.yaml
|
||||
path: output/memory/context-package-evaluation.yaml
|
||||
kind: generated
|
||||
title: Context Package Usefulness Evaluation
|
||||
provenance:
|
||||
workflow_id: memory-profile-pilot
|
||||
stage_id: evaluate-restart-package
|
||||
relationships:
|
||||
- type: evaluates
|
||||
target: generated/restart-context-package.expected.yaml
|
||||
- id: generated/generation-plan-decision-trace.yaml
|
||||
path: output/memory/traces/generation-plan-decision.yaml
|
||||
kind: generated
|
||||
title: Generation Plan Decision Trace
|
||||
provenance:
|
||||
workflow_id: memory-profile-pilot
|
||||
stage_id: applied-workflow-traces
|
||||
relationships:
|
||||
- type: generated_from
|
||||
target: source/memory-pilot-brief.md
|
||||
- id: generated/entity-review-restart-trace.yaml
|
||||
path: output/memory/traces/entity-review-restart.yaml
|
||||
kind: generated
|
||||
title: Entity Review Restart Trace
|
||||
provenance:
|
||||
workflow_id: memory-profile-pilot
|
||||
stage_id: applied-workflow-traces
|
||||
relationships:
|
||||
- type: generated_from
|
||||
target: source/memory-pilot-brief.md
|
||||
@@ -0,0 +1,33 @@
|
||||
# Agentic Memory Profile Pilot Brief
|
||||
|
||||
## Pilot Corpus
|
||||
|
||||
The pilot uses `infospaces/wealth-vsm-legacy-slice` as the concrete corpus. It
|
||||
is small enough to inspect by hand, already contains a source, entities,
|
||||
relations, evaluations, metrics, history, and an engine sync plan, and it
|
||||
exercises the same restart and review questions that a memory package should
|
||||
help with.
|
||||
|
||||
The fixture also references the generic source generator because that workflow
|
||||
is the likely producer of future memory events. The pilot does not create a
|
||||
durable memory store; it records file-backed evidence and Markitect-compatible
|
||||
contracts only.
|
||||
|
||||
## Memory Questions
|
||||
|
||||
| Question | Fixture Coverage | Acceptance Signal |
|
||||
| --- | --- | --- |
|
||||
| Which reasoning decisions should become durable memory? | `decision.file-backed-pilot` and `constraint.no-durable-runtime` | A restart package can recover the boundary without reading every workplan. |
|
||||
| Which workflow events are useful later? | `turn.review-handoff`, `tool_call.generator-status`, and `observation.restart-risk` | Trace events explain why the package contains both decisions and artifact neighborhoods. |
|
||||
| Which knowledge graph neighborhoods improve review? | `entity.division-of-labour`, `entity.market-extent`, and `artifact.wealth-source` | The package ties the decision path to the concrete Wealth/VSM artifacts. |
|
||||
| Which context package shape helps agents? | `restart-context-selection.yaml` | The package stays within eight items and 1200 tokens. |
|
||||
| Which profile parameters are misplaced or missing? | `context-package-evaluation.yaml` | Feedback separates Markitect contracts, engine runtime needs, and infospace evaluation knobs. |
|
||||
|
||||
## Acceptance Targets
|
||||
|
||||
- Memory profile and graph fixtures validate with `markitect-tool`.
|
||||
- Context package compilation is deterministic aside from runtime timestamps.
|
||||
- Every selected package item has a source span or a Markitect synthetic memory
|
||||
span.
|
||||
- No provider credentials, secrets, or durable user memory are stored.
|
||||
- Runtime persistence remains delegated to `kontextual-engine`.
|
||||
Reference in New Issue
Block a user