iiRecord
Agentic AI Atlas · Agent-mux tool-call interaction
interaction-primitive:agent-mux-tool-call-interactiona5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:agent-mux-tool-call-interaction

Structured · live

Agent-mux tool-call interaction json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/agent-mux-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:agent-mux-tool-call-interaction",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/agent-mux-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Agent-mux tool-call interaction",
    "description": "View and intervene in tool-call execution from the session detail\nview — accept, reject, or edit tool inputs before the agent\nproceeds.\n",
    "kind": "editor-ui",
    "surface": "editor-ui",
    "category": "interaction-primitive-category:approval",
    "availableInModes": [
      "chat",
      "plan",
      "composer",
      "edit"
    ],
    "requiresPermission": true
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:agent-mux-tool-call-interaction",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:agent-mux-tool-call-interaction",
      "to": "interaction-primitive-category:approval",
      "kind": "in_category"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:agent-mux.ui@current",
      "to": "interaction-primitive:agent-mux-tool-call-interaction",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    }
  ]
}