From e479a2c643024765ce21aed8cb5b57be751a5919 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Fri, 7 Feb 2025 15:12:00 -0500 Subject: [PATCH] docs: update packages.yml (#3351) --- docs/_scripts/third_party_page/create_third_party_page.py | 1 + docs/_scripts/third_party_page/packages.yml | 3 +++ 2 files changed, 4 insertions(+) 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 a73cd0f47..b9cb009ac 100755 --- a/docs/_scripts/third_party_page/create_third_party_page.py +++ b/docs/_scripts/third_party_page/create_third_party_page.py @@ -19,6 +19,7 @@ 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!) {library_list} ## ✨ Contributing Your Library diff --git a/docs/_scripts/third_party_page/packages.yml b/docs/_scripts/third_party_page/packages.yml index 480b20f26..84c1705d0 100644 --- a/docs/_scripts/third_party_page/packages.yml +++ b/docs/_scripts/third_party_page/packages.yml @@ -3,3 +3,6 @@ packages: - name: "trustcall" repo: "hinthornw/trustcall" description: "Tenacious tool calling built on LangGraph" + - name: "langgraph-supervisor" + repo: "langchain-ai/langgraph-supervisor" + description: "Build supervisor multi-agent systems with LangGraph"