Build sophisticated multi-agent systems where specialized agents collaborate to solve complex problems. Learn patterns for agent coordination, orchestration, and delegation to create systems greater than the sum of their parts.
Overview
Syllabus
- Unit 1: Introduction to Agentic Pipelines
- Building a Problem Analyzer Agent for a Math Pipeline
- Build the Calculator Agent Stage of the Pipeline
- Build the Solution Presenter Stage in the Agentic Pipeline
- Adding a Self-Validation Gate to Your Agentic Pipeline
- Unit 2: Building Agent Orchestrators
- Creating an Agent Tool Schema
- Wrapping an Agent as a Callable Tool
- Building an Orchestrator Agent with a Calculator Specialist Tool
- Adding a Verifier Specialist to Your Orchestrator
- Unit 3: Delegating Work with Handoffs
- Building the Handoff Tool Schema
- Building a Complete Tools List for Handoffs
- Implementing Agent Handoff Execution Logic
- Integrate Handoff Tool Handling in the Agent Run Loop