Back to course

Advanced LangGraph: Persistence and Checkpointing

Agentic AI Engineering (Build, don't just prompt)

Human-in-the-loop

Sometimes an agent needs to pause and wait for user approval. Persistence allows saving the state to a database and resuming later.

Memory Savers

Learn to use SqliteSaver to keep track of every step an agent takes, even after a crash.