iiRecord
Agentic AI Atlas · Progress Stream
orch-primitive:progress-streama5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:progress-stream

Structured · live

Progress Stream json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:progress-stream",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Progress Stream",
    "description": "Stream real-time agent output and progress to the orchestration UI or\ndashboard. The primitive captures stdout, structured events, tool-use\nlogs, and state transitions from the agent subprocess and relays them\nto connected observers via SSE, WebSocket, or polling endpoints.\n",
    "orchestrationKind": "progress-tracking",
    "trigger": "event-driven"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:progress-stream",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:progress-stream",
      "to": "topic:observability-driven-development",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:progress-stream",
      "to": "skill-area:observability-instrumentation",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-mux-remote.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:babysitter.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:opencode.core@1.x",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:pi-sdk.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "orch-primitive:agent-dispatch",
      "to": "orch-primitive:progress-stream",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "agent-ui-impl:vibe-kanban.ui@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "tool:cctop",
      "to": "orch-primitive:progress-stream",
      "kind": "relates_to_topic",
      "attributes": {}
    }
  ]
}