Course Curriculum

    1. Course Overview

    2. Getting Set Up

    1. Module 1 Introduction

    2. Module 1 Resources

    3. LangGraph 101

    4. Module 1 Feedback

    1. Module 2 Introduction

    2. Module 2 Resources

    3. Building Agents

    4. Module 2 Feedback

    1. Module 3 Introduction

    2. Module 3 Resources

    3. Agent Evaluations

    4. Module 3 Feedback

    1. Module 4 Introduction

    2. Module 4 Resources

    3. Human-in-the-Loop

    4. Module 4 Feedback

    1. Module 5 Introduction

    2. Module 5 Resources

    3. Memory

    4. Module 5 Feedback

About this course

  • Free
  • 27 lessons
  • 2.5 hours of video content

LangGraph FAQs

  • Do I need to use LangChain to use LangGraph? What’s the difference?

    No. LangGraph is an orchestration framework for complex agentic systems and is more low-level and controllable than LangChain agents. On the other hand, LangChain provides a standard interface to interact with models and other components, useful for straight-forward chains and retrieval flows.

  • How is LangGraph different from other agent frameworks?

    Other agentic frameworks can work for simple, generic tasks but fall short for complex tasks bespoke to a company’s needs. LangGraph provides a more expressive framework to handle companies’ unique tasks without restricting users to a single black-box cognitive architecture.

  • Does LangGraph impact the performance of my app?

    LangGraph will not add any overhead to your code and is specifically designed with streaming workflows in mind.

  • Is LangGraph open source? Is it free?

    Yes. LangGraph is an MIT-licensed open-source library and is free to use.

  • What is LangGraph Platform?

    LangGraph Platform is a platform for deploying AI agents that can scale with production volume. It offers easy-to-use APIs for managing agent state, memory, and user interactions— which makes building dynamic experiences more accessible. ‍ Once you're ready to ship to production, use LangGraph Platform to gracefully handle large workloads, with features like retries and cost-efficient execution for reliable performance. LangGraph Platform also includes LangGraph Studio, which lets you gain visibility into how agents act, helping you prototype faster.