II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:google-adk-a2a-dispatch
Google ADK A2A Agent Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:google-adk-a2a-dispatch",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/google-adk-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Google ADK A2A Agent Dispatch",
"description": "Agent-to-Agent protocol dispatch primitive in Google ADK. Enables\nan ADK agent to discover, communicate with, and delegate tasks to\nother A2A-compatible agents across organizational boundaries.\nSupports task lifecycle management and SSE-based streaming for\ninter-agent communication.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:google-adk-a2a-dispatch",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:google-adk-a2a-dispatch",
"to": "interaction-primitive-category:lifecycle",
"kind": "in_category"
},
{
"from": "interaction-primitive:google-adk-a2a-dispatch",
"to": "framework:google-adk",
"kind": "integrates_with",
"attributes": {}
}
],
"incomingEdges": []
}