iiRecord
Agentic AI Atlas · adapters Web UI
presentation:adapters-webuia5c.ai
II.
Presentation JSON

presentation:adapters-webui

Structured · live

adapters Web UI 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-webui",
  "_kind": "Presentation",
  "_file": "agent-stack/presentations/adapters-presentations.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "adapters Web UI",
    "kind": "web",
    "description": "Browser-based control surface for adapters sessions. Next.js / React\nweb app rendering a session list, run detail panel, kanban board, and\nreal-time hook/breakpoint inbox driven by the adapters gateway.\n",
    "renderingTechnology": "next-js",
    "themeSupport": "full-customizable",
    "accessibilitySupport": "wcag-aa",
    "offlineMode": "partial",
    "platforms": [
      "web"
    ],
    "bundleSize": "~5 MB",
    "updateChannel": "auto"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:adapters.ui@current",
      "to": "presentation:adapters-webui",
      "kind": "bundled_with",
      "attributes": {}
    }
  ]
}