mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-23 16:12:25 +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
12 lines
800 B
Markdown
12 lines
800 B
Markdown
# Examples
|
|
|
|
The pages in this section provide end-to-end examples for the following topics:
|
|
|
|
## General
|
|
|
|
- [Template Applications](../concepts/template_applications.md): Create a LangGraph application from a template.
|
|
- [Agentic RAG](../tutorials/rag/langgraph_agentic_rag.md): Build a retrieval agent that can decide when to use a retriever tool.
|
|
- [Agent Supervisor](../tutorials/multi_agent/agent_supervisor.md): Build a supervisor agent that can manage a team of agents.
|
|
- [SQL agent](../tutorials/sql/sql-agent.md): Build a SQL agent that can execute SQL queries and return the results.
|
|
- [Prebuilt chat UI](../agents/ui.md): Use a prebuilt chat UI to interact with any LangGraph agent.
|
|
- [Graph runs in LangSmith](../how-tos/run-id-langsmith.md): Use LangSmith to track and analyze graph runs. |