LangGraph Execution Control
Installation
SKILL.md
- Workflows vs Agents: Predetermined paths vs dynamic decision-making
- Send API: Fan-out to parallel workers (map-reduce)
- Interrupts: Pause for human input, resume with Command
- Streaming: Real-time state, tokens, and custom data
| Characteristic | Workflow | Agent |
|---|---|---|
| Control Flow | Fixed, predetermined | Dynamic, model-driven |
| Predictability | High | Low |
| Use Case | Sequential tasks | Open-ended problems |