Team workflow patterns
Sequential, parallel, and hierarchical patterns for agent teams
Team workflow patterns
Sequential
Agent A (data collection) → Agent B (analysis) → Agent C (report) → final outputParallel
Input → [Agent A (task 1), Agent B (task 2), Agent C (task 3)] → merge → final outputHierarchical
Lead agent → [Sub-agent 1, Sub-agent 2, Sub-agent 3] → lead agent (aggregation) → final output