iiRecord
Agentic AI Atlas · GAP-AGENT-006: Cross-Run State Sharing
page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-006a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-006

Reading · 1 min

GAP-AGENT-006: Cross-Run State Sharing reference

Shared state between related runs (parent/child, coordinator/worker) for accumulated knowledge, shared context, and collaborative findings. Reframed from CC agent memory to babysitter cross-run state sharing.

Pagewiki/docs/harness-features-backlog/gaps/agent-delegation/GAP-AGENT-006.mdOutgoing · 0Incoming · 1

GAP-AGENT-006: Cross-Run State Sharing

FieldValue
Categoryagent-delegation
PriorityHigh
EffortL
StatusMissing

Description

Shared state between related runs (parent/child, coordinator/worker) for accumulated knowledge, shared context, and collaborative findings. Reframed from CC agent memory to babysitter cross-run state sharing.

Current State

No shared memory between invocations. State is per-run only. Each sub-harness invocation starts with a fresh context.

Target State

Shared state store accessible by related runs. Parent can seed child runs with accumulated context. Child results accumulate into shared state. Session-level state persists across runs.

Dependencies

Key Files

ComponentPath
Session managementpackages/sdk/src/session/
State cachepackages/sdk/src/runtime/replay/stateCache.ts

Recommendation

Phase 2 implementation. Define shared state store scoped to sessions. Allow parent runs to seed child context. Aggregate child results into session state.