Create overview.md

This commit is contained in:
Lauren Hirata Singh
2025-05-23 22:02:14 -04:00
committed by GitHub
parent 1ba2b3fba9
commit 15126ad827
+21
View File
@@ -0,0 +1,21 @@
# Examples
The pages in this section provide end-to-end examples for the following topics:
## General
- [Agentic RAG](/docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb)
- [Agent Supervisor](/docs/docs/tutorials/multi_agent/agent_supervisor.ipynb)
- [SQL agent](/docs/docs/tutorials/sql-agent.ipynb)
- [Graph runs in LangSmith](/docs/docs/how-tos/run-id-langsmith.ipynb)
## LangGraph Platform
- [Set up custom authentication](/docs/docs/tutorials/auth/getting_started.md)
- [Make conversations private](/docs/docs/tutorials/auth/resource_auth.md)
- [Connect an authentication provider](/docs/docs/tutorials/auth/add_auth_server.md)
- [Rebuild graph at runtime](/docs/docs/cloud/deployment/graph_rebuild.md)
- [Use RemoteGraph](/docs/docs/how-tos/use-remote-graph.md)
- [Deploy CrewAI, AutoGen, and other frameworks](/docs/docs/how-tos/autogen-langgraph-platform.ipynb)
- [Integrate LangGraph into a React app](/docs/docs/cloud/how-tos/use_stream_react.md)
- [Implement Generative User Interfaces with LangGraph](/docs/docs/cloud/how-tos/generative_ui_react.md)