Comprehensive patterns for building production LangGraph workflows. Each category has individual rule files in rules/ loaded on-demand.
| Category | Rules | Impact | When to Use |
| State Management | 4 | CRITICAL | Designing workflow state schemas, accumulators, reducers | | Routing & Branching | 3 | HIGH | Dynamic routing, retry loops, semantic routing | | Parallel Execution | 3 | HIGH | Fan-out/fan-in, map-reduce, concurrent agents | | Supervisor Patterns | 3 | HIGH | Central coordinators, round-robin, priority dispatch |
Modelli di flusso di lavoro LangGraph per gestione dello stato, routing, esecuzione parallela, supervisore-lavoratore, chiamata di strumenti, checkpoint, human-in-loop, streaming, sottografi e API funzionali. Da utilizzare durante la creazione di pipeline LangGraph, sistemi multi-agente o flussi di lavoro AI. Fonte: yonatangross/orchestkit.