feat(trace): add langsmith tracing

This commit is contained in:
xing.liu
2025-05-14 09:40:19 +08:00
parent 9c3021a568
commit 1c43f5f9a2
7 changed files with 380 additions and 47 deletions

View File

@@ -31,12 +31,13 @@ dependencies = [
"inquirerpy>=0.3.4",
"arxiv>=2.2.0",
"mcp>=1.6.0",
"langchain-mcp-adapters>=0.0.9",
"langchain-mcp-adapters>=0.0.9"
]
[project.optional-dependencies]
dev = [
"black>=24.2.0",
"langgraph-cli[inmem]>=0.2.10",
]
test = [
"pytest>=7.4.0",