iiRecord
Agentic AI Atlas · GAP-PERF-006: Incremental Orchestration Streaming
page:docs-harness-features-backlog-gaps-performance-gap-perf-006a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-performance-gap-perf-006

Reading · 1 min

GAP-PERF-006: Incremental Orchestration Streaming reference

Stream orchestration progress incrementally to observers and dashboards during effect execution, rather than only reporting after each iteration completes.

Pagewiki/docs/harness-features-backlog/gaps/performance/GAP-PERF-006.mdOutgoing · 0Incoming · 1

GAP-PERF-006: Incremental Orchestration Streaming

FieldValue
Categoryperformance
PriorityMedium
EffortL
StatusMissing

Description

Stream orchestration progress incrementally to observers and dashboards during effect execution, rather than only reporting after each iteration completes.

Current State

Progress is visible only after tool steps complete. No embedded SDK dashboard exists yet. No streaming protocol for live orchestration events.

Target State

Journal events stream to observers in real-time as they are appended. Effect execution progress (started, 50%, complete) is visible mid-iteration. External consumers can subscribe to orchestration events.

Dependencies

Key Files

ComponentPath
Embedded SDK dashboard (new)packages/sdk/src/dashboard/
Journal storagepackages/sdk/src/storage/
MCP serverpackages/sdk/src/mcp/

Recommendation

Phase 4 implementation. Integrate with journal appendEvent to emit stream events on writes. Add SSE endpoint to MCP server.