mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 14:42:28 +02:00
- Added redirects for all of the LGP docs we're moving to Mintlify - Exclude files not listed in nav from search - Update banner
800 B
800 B
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.