From d2ec46b9270f50b723f4e6f6a37d1d25797bc988 Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Tue, 18 Mar 2025 17:55:31 -0400 Subject: [PATCH] add ai-data-science-team to third party packages (#3719) I'd like to add my AI Data Science Team to the LangGraph Prebuilt 3rd Party Packages. Repo: https://github.com/business-science/ai-data-science-team Prebuilt Agent Guidelines: https://langchain-ai.github.io/langgraph/prebuilt/ Co-authored-by: Eugene Yurtsev --- docs/_scripts/third_party_page/packages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_scripts/third_party_page/packages.yml b/docs/_scripts/third_party_page/packages.yml index 5826b3454..1f63dbf5c 100644 --- a/docs/_scripts/third_party_page/packages.yml +++ b/docs/_scripts/third_party_page/packages.yml @@ -30,6 +30,9 @@ packages: - name: "langgraph-bigtool" repo: "langchain-ai/langgraph-bigtool" description: "Build LangGraph agents with large numbers of tools." + - name: "ai-data-science-team" + repo: "business-science/ai-data-science-team" + description: "An AI-powered data science team of agents to help you perform common data science tasks 10X faster." - name: "langgraph-reflection" repo: "langchain-ai/langgraph-reflection" - description: "LangGraph agent that runs a reflection step." \ No newline at end of file + description: "LangGraph agent that runs a reflection step."