iiRecord
Agentic AI Atlas · OMP TUI
presentation:omp-tuia5c.ai
II.
Presentation JSON

presentation:omp-tui

Structured · live

OMP TUI json

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

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