II.
Presentation JSON
Structured · livepresentation:a5c-tui
a5c TUI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "presentation:a5c-tui",
"_kind": "Presentation",
"_file": "agent-stack/presentations/a5c-tui.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "a5c TUI",
"kind": "tui",
"description": "Terminal UI bundled with the a5c agent. Renders streaming output from the\nbridged backend (via agent-mux), tool-use blocks, marketplace skill\ninvocations, and a5c plugin slash commands in a full-screen ink-based\nshell.\n",
"renderingTechnology": "vte",
"themeSupport": "light-dark",
"accessibilitySupport": "basic",
"offlineMode": "no",
"platforms": [
"darwin",
"linux",
"win32"
],
"bundleSize": "~50 MB",
"updateChannel": "auto",
"accessibilityShortcuts": [
"Esc Esc: jump to most recent user message",
"Ctrl+C: cancel current turn",
"Ctrl+D: exit"
]
},
"outgoingEdges": [
{
"from": "presentation:a5c-tui",
"to": "agent-platform-impl:a5c.platform@current",
"kind": "bundled_with"
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:a5c.platform@current",
"to": "presentation:a5c-tui",
"kind": "bundles",
"attributes": {}
}
]
}