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.