Skip to content

TutorialsΒΆ

Welcome to the LangGraph.js 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ΒΆ

RAGΒΆ

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

Planning AgentsΒΆ

Reflection & CritiqueΒΆ

  • Basic Reflection: Prompting the agent to reflect on and revise its outputs
  • Rewoo: Reducing re-planning by saving observations as variables

EvaluationΒΆ

  • Agent-based: Evaluate chatbots via simulated user interactions