Graph-based orchestration
Model workflows as graphs (not only linear chains). Route dynamically, run in parallel, loop, and compose subgraphs.
- Conditional edges and routing
- Parallel + sequential execution
- Reusable patterns (router, critic, map-reduce, p2p)