Examples¶
The pages in this section provide end-to-end examples for the following topics:
General¶
- Template Applications: Create a LangGraph application from a template.
- Agentic RAG: Build a retrieval agent that can decide when to use a retriever tool.
- Agent Supervisor: Build a supervisor agent that can manage a team of agents.
- SQL agent: Build a SQL agent that can execute SQL queries and return the results.
- Prebuilt chat UI: Use a prebuilt chat UI to interact with any LangGraph agent.
- Graph runs in LangSmith: Use LangSmith to track and analyze graph runs.
LangGraph Platform¶
- Set up custom authentication: Set up custom authentication for your LangGraph application.
- Make conversations private: Make conversations private by using resource-based authentication.
- Connect an authentication provider: Connect an authentication provider to your LangGraph application.
- Rebuild graph at runtime: Rebuild a graph at runtime.
- Use RemoteGraph: Use RemoteGraph to deploy your LangGraph application to a remote server.
- Deploy CrewAI, AutoGen, and other frameworks: Deploy CrewAI, AutoGen, and other frameworks with LangGraph.
- Integrate LangGraph into a React app
- Implement Generative User Interfaces with LangGraph