docs: expose supervisor, swarm & MCP in the API reference (#4446)

This commit is contained in:
Vadym Barda
2025-04-29 17:59:42 +00:00
committed by GitHub
parent 7170a9f0f4
commit 80a74a879c
10 changed files with 194 additions and 11 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ REDIRECT_MAP = {
"cloud/concepts/cloud.md": "concepts/langgraph_cloud.md",
"cloud/faq/studio.md": "concepts/langgraph_studio.md#studio-faqs",
# misc
"prebuilt.md": "agents/prebuilt.md"
"prebuilt.md": "agents/prebuilt.md",
"reference/prebuilt.md": "reference/agents.md"
}