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.
- Quick Start
- Common Workflows: Overview of the most common workflows using LLMs implemented with LangGraph.
- LangGraph Cloud Quick Start: In this tutorial, you will build and deploy an agent to LangGraph Cloud.
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ΒΆ
- Plan-and-Execute: Implementing a basic planning and execution agent
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