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

presentation:adapters-cli

Structured · live

adapters CLI json

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

File · agent-stack/presentations/adapters-presentations.yamlCluster · agent-stack
Record JSON
{
  "id": "presentation:adapters-cli",
  "_kind": "Presentation",
  "_file": "agent-stack/presentations/adapters-presentations.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "adapters CLI",
    "kind": "cli",
    "description": "Non-interactive CLI surface of adapters. Scriptable `adapters run --json`\ninvocation that proxies events from the bridged remote agent and exits\non session end. Used in CI and headless automation.\n",
    "themeSupport": "none",
    "accessibilitySupport": "basic",
    "offlineMode": "partial",
    "platforms": [
      "darwin",
      "linux",
      "win32"
    ],
    "bundleSize": "~50 MB",
    "updateChannel": "auto"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:adapters.ui@current",
      "to": "presentation:adapters-cli",
      "kind": "bundled_with",
      "attributes": {}
    }
  ]
}