II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-pair-device
Agent-mux pair device json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-pair-device",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/agent-mux-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Agent-mux pair device",
"description": "Pair a mobile / watch / TV device with the agent-mux gateway so\nthat subsequent UI surfaces can read and approve sessions remotely.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:configuration",
"availableInModes": [
"chat"
],
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:agent-mux-pair-device",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:agent-mux-pair-device",
"to": "interaction-primitive-category:configuration",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-pair-device",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}