iiRecord
Agentic AI Atlas · a5c CLI
presentation:a5c-clia5c.ai
II.
Presentation JSON

presentation:a5c-cli

Structured · live

a5c CLI json

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

File · agent-stack/presentations/a5c-tui.yamlCluster · agent-stack
Record JSON
{
  "id": "presentation:a5c-cli",
  "_kind": "Presentation",
  "_file": "agent-stack/presentations/a5c-tui.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "a5c CLI",
    "kind": "tui",
    "description": "Non-interactive / scripted entry point to the a5c agent. Same binary as the\nTUI but driven via flags / stdin for headless and CI use; emits a\nnormalized JSON event stream when invoked with `--json`.\n",
    "renderingTechnology": "vte",
    "themeSupport": "light-dark",
    "accessibilitySupport": "basic",
    "offlineMode": "no",
    "platforms": [
      "darwin",
      "linux",
      "win32"
    ],
    "bundleSize": "~50 MB",
    "updateChannel": "auto",
    "accessibilityShortcuts": [
      "Ctrl+C: interrupt current task"
    ]
  },
  "outgoingEdges": [
    {
      "from": "presentation:a5c-cli",
      "to": "agent-platform-impl:a5c.platform@current",
      "kind": "bundled_with"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:a5c.platform@current",
      "to": "presentation:a5c-cli",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}