iiRecord
Agentic AI Atlas · Symphony Status Surface
interaction-primitive:symphony-status-surfacea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:symphony-status-surface

Structured · live

Symphony Status Surface json

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

File · agent-stack/interaction-primitives/symphony-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:symphony-status-surface",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/symphony-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Symphony Status Surface",
    "description": "Operator observability dashboard for monitoring Symphony's runtime\nstate. Displays active issues being processed, agent session status,\nworkspace health, poll cycle metrics, retry counts, and error logs.\nProvides the operator visibility into the autonomous issue processing\npipeline without requiring direct log inspection.\n",
    "kind": "editor-ui",
    "surface": "headless",
    "category": "interaction-primitive-category:observability",
    "availableInModes": [
      "headless"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:symphony-status-surface",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:symphony.ui@current",
      "to": "interaction-primitive:symphony-status-surface",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-output"
        }
      }
    }
  ]
}