diff --git a/docs/_scripts/third_party_page/create_third_party_page.py b/docs/_scripts/third_party_page/create_third_party_page.py index b9cb009ac..41d113bb2 100755 --- a/docs/_scripts/third_party_page/create_third_party_page.py +++ b/docs/_scripts/third_party_page/create_third_party_page.py @@ -9,7 +9,7 @@ import yaml MARKDOWN = """\ [//]: # (This file is automatically generated using a script in docs/_scripts. Do not edit this file directly!) -# 🚀 Prebuilt Libraries +# 🚀 Prebuilt Agents LangGraph includes a prebuilt React agent. For more information on how to use it, check out our [how-to guides](https://langchain-ai.github.io/langgraph/how-tos/#prebuilt-react-agent). diff --git a/docs/docs/prebuilt.md b/docs/docs/prebuilt.md index c600a863d..44b5b5827 100644 --- a/docs/docs/prebuilt.md +++ b/docs/docs/prebuilt.md @@ -9,10 +9,11 @@ below. These libraries can extend LangGraph's functionality in various ways. ## 📚 Available Libraries +[//]: # (This file is automatically generated using a script in docs/_scripts. Do not edit this file directly!) | Name | GitHub URL | Description | Weekly Downloads | | --- | --- | --- | --- | -| **trustcall** | [hinthornw/trustcall](https://github.com/hinthornw/trustcall) | Tenacious tool calling built on LangGraph | 7081 | -| **langgraph-supervisor** | [langchain-ai/langgraph-supervisor](https://github.com/langchain-ai/langgraph-supervisor) | Build supervisor multi-agent systems with LangGraph | - | +| **trustcall** | [hinthornw/trustcall](https://github.com/hinthornw/trustcall) | Tenacious tool calling built on LangGraph | 6976 | +| **langgraph-supervisor** | [langchain-ai/langgraph-supervisor](https://github.com/langchain-ai/langgraph-supervisor) | Build supervisor multi-agent systems with LangGraph | 421 | ## ✨ Contributing Your Library