Skip to content

Tutorials

Welcome to the LangGraph Tutorials! These notebooks introduce LangGraph through building various language agents and applications.

Introduction to LangGraph

Learn the basics of LangGraph through the onboarding tutorials.

Use cases

Learn from example implementations of graphs designed for specific scenarios and that implement common design patterns.

Chatbots

  • Customer Support: Build a customer support chatbot to manage flights, hotel reservations, car rentals, and other tasks
  • Info Gathering: Build an information gathering chatbot
  • Code Assistant: Building a code analysis and generation assistant

Multi-Agent Systems

  • Collaboration: Enabling two agents to collaborate on a task
  • Supervision: Using an LLM to orchestrate and delegate to individual agents
  • Hierarchical Teams: Orchestrating nested teams of agents to solve problems

RAG

Planning Agents

Reflection & Critique

Evaluation

  • Agent-based: Evaluating chatbots via simulated user interactions
  • Within LangSmith: Evaluating chatbots in LangSmith over a dialog dataset

Competitive Programming

Other Experimental Architectures

  • Web Navigation: Building an agent that can navigate and interact with websites