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

@@ -0,0 +1,31 @@
schema_version: infospace-bench.memory-trace.v1
id: trace.entity-review-restart
title: Entity Review Restart Trace
workplan: IB-WP-0017
source_workflow: wealth-vsm-legacy-slice-review
events:
- id: trace-event.review-handoff
kind: conversation_turn
timestamp: "2026-05-15T00:05:00Z"
actor: reviewer
summary: A later agent needs to resume review of the Division of Labour relation without rereading every report.
memory_nodes:
- turn.review-handoff
- id: trace-event.status-check
kind: tool_call
timestamp: "2026-05-15T00:06:00Z"
actor: infospace-bench
summary: The slice is compact and coherent enough for package evaluation.
memory_nodes:
- tool_call.generator-status
- id: trace-event.restart-risk
kind: observation
timestamp: "2026-05-15T00:07:00Z"
actor: infospace-bench
summary: Decision-only context would miss the actual source/entity neighborhood under review.
memory_nodes:
- observation.restart-risk
- finding.neighborhood-improves-review
review_notes:
- The selected package should include source and entity nodes, not only planning decisions.
- Relation review improves when the active artifact neighborhood is visible.

View File

@@ -0,0 +1,25 @@
schema_version: infospace-bench.memory-trace.v1
id: trace.generation-plan-decision
title: Generation Plan Decision Trace
workplan: IB-WP-0017
source_workflow: generic-source-generator
events:
- id: trace-event.select-corpus
kind: planning_decision
timestamp: "2026-05-15T00:00:00Z"
actor: infospace-bench
summary: Selected the Wealth/VSM legacy slice because it has source, entities, relation, evaluation, metrics, and engine sync evidence.
memory_nodes:
- question.memory-decisions
- decision.file-backed-pilot
- id: trace-event.boundary-check
kind: review_gate
timestamp: "2026-05-15T00:02:00Z"
actor: infospace-bench
summary: Confirmed the pilot should create fixtures and metrics, not reusable graph/event persistence.
memory_nodes:
- constraint.no-durable-runtime
- policy.review-gate
review_notes:
- Keep this as a trace fixture until a runtime store exists behind kontextual-engine.
- Convert only reviewed decisions and useful restart evidence into memory graph nodes.