Nodes overview

- Start: graph entry; one source handle to begin execution
- Master Agent: core reasoning unit with prompt, tools, RAG, and variables
- Child Agent: reusable/embedded agent with its own variables and prompt
- Tool: external API/tool call node
- Sub-Agent Graph: reference and invoke another Agent Graph (optional)
- End: terminal node for completion

