Module 9Agent-to-agent
The final module. One agent that tries to do everything gets a bloated prompt, a tangled trace, and tools it rarely uses. The fix is delegation: a router agent that classifies each request and hands it to a focused specialist — billing, technical, whatever the job needs. You'll learn when splitting helps (and when it doesn't), the router / sequential / parallel delegation patterns, how an orchestrator passes context between agents, and the depth, cost, and timeout limits that keep agent-to-agent systems from running away. Then you'll assemble a router with two specialists, watch the nested traces, and ship — completing your production-shaped agent.