Skip to content
Category
LLM & Agent Frameworks
Difficulty
Intermediate
When to use
You're building an agent with branching logic, retries, checkpoints, or human-in-the-loop steps and want explicit control over the flow.
When not to use
A single LLM call with one tool is enough — LangGraph is overkill for one-shot prompts.
Alternatives
CrewAI AutoGen DSPy Custom state machine
BACKLOG · WORK IN PROGRESS

This tool is being written.

The metadata and shape of this page are stable, but the body content isn't ready yet. We'll publish it once it meets the bar of teaching something new with worked examples and real tools.