II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:drag-drop-files
Drag-drop files json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
}
}
]
}