O
Oak AI Campus
AI-Guided Mastery · Public Preview

Build agentic AI workflows with LangGraph

Master the design and implementation of cyclic AI agents using the LangGraph framework.

5 StepsBASIC tierAdaptive ExamShareable Cert6 free credits to unlock
Step 1 of 5 · Free preview

Understanding the Map

Identify the basic parts of an AI flow.

NodesEdges

Part 1/3 — Advanced Theory & Mechanics

The shift from linear Directed Acyclic Graphs (DAGs) to cyclic agentic architectures marks a paradigm shift in the orchestration of Large Language Models (LLMs). LangGraph, as an extension of the LangChain ecosystem, addresses the limitations of standard chain-of-thought prompting by introducing a stateful, multi-actor framework built upon the principles of Pregel-style graph processing. Unlike traditional pipelines that follow a rigid Input -> Prompt -> LLM -> Output trajectory, LangGraph allows for iterative loops, conditional branching, and persistence of state across multiple turns. This architecture is essential for building agents that can self-correct, utilize external tools recursively, and maintain a consistent context (State) while navigating complex, non-linear task trees.

Step 2 of 5 · Locked

Managing the Shared Notebook

Learn how the agent remembers information.

StateSchema
Step 3 of 5 · Locked

Creating Action Stations

Build functional units that perform specific tasks.

FunctionsLLM Call
Step 4 of 5 · Locked

Decision Making Paths

Teach the AI to choose the next step.

Conditional EdgesRouting
Step 5 of 5 · Locked

Saving and Resuming Work

Implement memory for long-term tasks.

CheckpointerPersistence
  1. Welcome — Oak AI Campus is ready in your language.