iiRecord
Agentic AI Atlas · Drag-drop files
interaction-primitive:drag-drop-filesa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:drag-drop-files

Structured · live

Drag-drop files json

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

File · agent-stack/interaction-primitives/voice-and-telemetry.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:drag-drop-files",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/voice-and-telemetry.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Drag-drop files",
    "description": "User drags one or more files (or directories) from the host file manager\nonto the agent surface. The surface materializes them as @-mention\nreferences or attaches them as context. Supported in IDE shells (Cursor,\nJetBrains-AI) and most native desktop hosts; degrades to path-paste in\npure TUIs.\n",
    "kind": "multimodal-input",
    "surface": "multimodal-input",
    "category": "interaction-primitive-category:content-input",
    "availableInModes": [
      "chat",
      "composer",
      "edit"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:drag-drop-files",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:drag-drop-files",
      "to": "interaction-primitive-category:content-input",
      "kind": "in_category"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:agent-mux.ui@current",
      "to": "interaction-primitive:drag-drop-files",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    }
  ]
}