Skip to content

Tutorials

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

Quick Start

Learn the basics of LangGraph through a comprehensive quick start in which you will build an agent from scratch.

Use cases

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

Chatbots

Multi-Agent Systems

  • Network: Enable two or more agents to collaborate on a task
  • Supervisor: Use an LLM to orchestrate and delegate to individual agents
  • Hierarchical Teams: Orchestrate nested teams of agents to solve problems

RAG

Planning Agents

Reflection & Critique

Evaluation

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

Experimental

  • Web Research (STORM): Generate Wikipedia-like articles via research and multi-perspective QA
  • TNT-LLM: Build rich, interpretable taxonomies of user intentand using the classification system developed by Microsoft for their Bing Copilot application.
  • Web Navigation: Build an agent that can navigate and interact with websites
  • Competitive Programming: Build an agent with few-shot "episodic memory" and human-in-the-loop collaboration to solve problems from the USA Computing Olympiad; adapted from the "Can Language Models Solve Olympiad Programming?" paper by Shi, Tang, Narasimhan, and Yao.
  • Complex data extraction: Build an agent that can use function calling to do complex extraction tasks

Comments