II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:droid-parallel-subagent-dispatch
Factory Droid parallel-subagent dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:droid-parallel-subagent-dispatch",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/agent-specific-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Factory Droid parallel-subagent dispatch",
"description": "Dispatch up to 10 parallel subagents from Factory Droid. Each\nsubagent runs in its own ChildSession; results aggregated and\nreturned to the parent session. Triggered via tool-call.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat",
"plan"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:droid-parallel-subagent-dispatch",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:droid-parallel-subagent-dispatch",
"to": "interaction-primitive-category:lifecycle",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:droid.ui@current",
"to": "interaction-primitive:droid-parallel-subagent-dispatch",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "tool-call",
"toolCallName": "droid_parallel_subagent"
}
}
}
]
}