iiRecord
Agentic AI Atlas · GAP-REMOTE-008: Streaming Orchestration Protocol
page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-008a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-008

Reading · 1 min

GAP-REMOTE-008: Streaming Orchestration Protocol reference

Real-time progress streaming from babysitter to external consumers via SSE or WebSocket, enabling live dashboards and reactive integrations.

Pagewiki/docs/harness-features-backlog/gaps/remote-integration/GAP-REMOTE-008.mdOutgoing · 0Incoming · 1

GAP-REMOTE-008: Streaming Orchestration Protocol

FieldValue
Categoryremote-integration
PriorityMedium
EffortL
StatusMissing

Description

Real-time progress streaming from babysitter to external consumers via SSE or WebSocket, enabling live dashboards and reactive integrations.

Current State

No streaming protocol. Host visibility is coarse -- results only available after iteration completion.

Target State

StreamEvent types (progress, effect-requested, effect-resolved, log). SSE endpoint on MCP server. Latency under 500ms from journal write to stream delivery. run:stream CLI for live tailing.

Dependencies

Key Files

ComponentPath
MCP serverpackages/sdk/src/mcp/
Journal storagepackages/sdk/src/storage/

Recommendation

Phase 4 implementation. Define StreamEvent types. Add SSE endpoint to MCP server. Integrate with journal appendEvent.