iiRecord
Agentic AI Atlas · Pi TUI
presentation:pi-tuia5c.ai
II.
Presentation JSON

presentation:pi-tui

Structured · live

Pi TUI json

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

File · agent-stack/presentations/pi-tui.yamlCluster · agent-stack
Record JSON
{
  "id": "presentation:pi-tui",
  "_kind": "Presentation",
  "_file": "agent-stack/presentations/pi-tui.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Pi TUI",
    "kind": "tui",
    "description": "Terminal UI bundled with the Pi CLI agent. Surfaced through the\nagent-mux adapter for v6.\n",
    "renderingTechnology": "terminal-emulator",
    "themeSupport": "none",
    "accessibilitySupport": "basic",
    "offlineMode": "no",
    "platforms": [
      "darwin",
      "linux",
      "win32"
    ],
    "bundleSize": "~5 MB",
    "updateChannel": "manual",
    "accessibilityShortcuts": [
      "Ctrl+C: cancel"
    ]
  },
  "outgoingEdges": [
    {
      "from": "presentation:pi-tui",
      "to": "agent-platform-impl:pi.platform@current",
      "kind": "bundled_with"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:pi.platform@current",
      "to": "presentation:pi-tui",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}