From 1e8f097656db3a3e15d880e955604944459896a4 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 11 Feb 2025 06:27:01 -0800 Subject: [PATCH] docs: update prebuilt page w/ autogenerated info (#3381) --- docs/_scripts/third_party_page/create_third_party_page.py | 2 +- docs/docs/prebuilt.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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