iiRecord
Agentic AI Atlas · Google ADK Sequential Agent Composition
interaction-primitive:google-adk-sequential-agenta5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:google-adk-sequential-agent

Structured · live

Google ADK Sequential Agent Composition json

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

File · agent-stack/interaction-primitives/google-adk-primitives.yamlCluster · agent-stack
Record JSON
{
  "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": []
}