II.
Presentation JSON
Structured · livepresentation:adapters-tui
adapters TUI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "presentation:adapters-tui",
"_kind": "Presentation",
"_file": "agent-stack/presentations/adapters-presentations.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "adapters TUI",
"kind": "tui",
"description": "Terminal UI for adapters sessions. Renders agent runs, slash commands,\nand breakpoint approvals in an ink-based full-screen terminal shell;\nbridges to remote agents (claude-code, codex, etc.) via the adapters\ntransport.\n",
"renderingTechnology": "terminal-emulator",
"themeSupport": "light-dark",
"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-tui",
"kind": "bundled_with",
"attributes": {}
}
]
}