II.
Presentation JSON
Structured · livepresentation:agent-mux-cli
agent-mux CLI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "presentation:agent-mux-cli",
"_kind": "Presentation",
"_file": "agent-stack/presentations/agent-mux-presentations.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "agent-mux CLI",
"kind": "cli",
"description": "Non-interactive CLI surface of agent-mux. Scriptable `amux 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:agent-mux.ui@current",
"to": "presentation:agent-mux-cli",
"kind": "bundled_with",
"attributes": {}
}
]
}