add langgraph visulize

This commit is contained in:
2025-09-02 11:04:55 +08:00
parent 3ccd99e28f
commit 7b4eb0e26c

View File

@@ -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"
]