Agent orchestration tutorial roadmap
Agents
LangGraph
LangChain
CrewAI
AutoGen
A tutorial outline for LangGraph, LangChain, CrewAI, and AutoGen workflows.
Tutorial Goal
Compare agent workflow patterns and show how to evaluate them as software systems.
Sections To Build
- Single-agent tool calling.
- Stateful workflows with LangGraph.
- Multi-agent role decomposition.
- Guardrails and human approval points.
- Trace inspection.
- Failure mode analysis.
Notebook Plan
notebooks/agent-orchestration/01-tool-calling.ipynbnotebooks/agent-orchestration/02-langgraph-workflow.ipynbnotebooks/agent-orchestration/03-multi-agent-comparison.ipynbnotebooks/agent-orchestration/04-evaluation.ipynb