From 7b4eb0e26c551e8dcf0f1d201258a2ef73b3f194 Mon Sep 17 00:00:00 2001 From: hotwa Date: Tue, 2 Sep 2025 11:04:55 +0800 Subject: [PATCH] add langgraph visulize --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61e87e9..560ad1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,8 @@ tongyi = [ viz = [ "pydot>=2.0.0", "graphviz>=0.20.1", - "grandalf" + "grandalf", + "langsmith" ] mcp-adapters = [ "langchain-mcp-adapters>=0.1.4", @@ -46,7 +47,8 @@ all = [ "pydot>=2.0.0", "graphviz>=0.20.1", "langchain-mcp-adapters>=0.1.4", - "grandalf" + "grandalf", + "langsmith" ]