II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-new-run
Agent-mux new run json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-new-run",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/agent-mux-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Agent-mux new run",
"description": "Start a new agent run from web / mobile UI — pick agent, prompt,\nand workspace context, then submit to gateway.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat"
],
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:agent-mux-new-run",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:agent-mux-new-run",
"to": "interaction-primitive-category:lifecycle",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-new-run",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}