iiRecord
Agentic AI Atlas · TUI panel dashboard for terminal observers
dashboard:tui-panela5c.ai
II.
Dashboard JSON

dashboard:tui-panel

Structured · live

TUI panel dashboard for terminal observers json

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

File · extensions/dashboards/dashboards-symphony.yamlCluster · extensions
Record JSON
{
  "id": "dashboard:tui-panel",
  "_kind": "Dashboard",
  "_file": "extensions/dashboards/dashboards-symphony.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "TUI panel dashboard for terminal observers",
    "format": "tui-panel",
    "routePath": null,
    "refreshCadence": "poll",
    "dataSourceEndpointIds": [
      "api-endpoint:get-state"
    ],
    "runtimeSnapshotSourceId": "runtime-snapshot:example-clean",
    "readOnly": true,
    "loadBearing": false
  },
  "outgoingEdges": [
    {
      "from": "dashboard:tui-panel",
      "to": "api-endpoint:get-state",
      "kind": "reads_endpoint",
      "attributes": {}
    },
    {
      "from": "dashboard:tui-panel",
      "to": "runtime-snapshot:example-clean",
      "kind": "derives_from",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}