II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:google-adk-sequential-agent
Google ADK Sequential Agent Composition json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:google-adk-sequential-agent",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/google-adk-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Google ADK Sequential Agent Composition",
"description": "Sequential agent composition pattern in Google ADK. Chains multiple\nsub-agents into a pipeline where each agent's output feeds into the\nnext, enabling multi-step reasoning workflows with clear handoff\npoints between specialized agents.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:google-adk-sequential-agent",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:google-adk-sequential-agent",
"to": "framework:google-adk",
"kind": "integrates_with",
"attributes": {}
}
],
"incomingEdges": []
}