This is a tutorial for LangGraph, a framework for building agents with LangChain and LangGraph. It accompanies the tutorial here.
This is a basic React agent that uses a search tool to respond to a user query.
The basic RAG agent is an extension of the basic ReAct agent that also uses a retriever for information about California combined with the search tool.
The multi agent example is a more complex system that uses a supervisor agent to route the user query to the appropriate agent and assess the response.
This example integrates LiveKit's Voice Pipeline Agent with a LangGraph agent.