Phase 14: Agent Engineering
AI From Scratch/Lesson 13/~75 minutes

LangGraph: Stateful Graphs and Durable Execution

LangGraph is the 2026 reference for low-level stateful orchestration. Agent is a state machine; nodes are functions; edges are transitions; state is immutable and checkpointed after every step. Resume from any failure exactly where it left...

Learn + BuildPython (stdlib)
Loading lesson page...