zhouhui.jiang

添加依赖,修改外网地址

...@@ -8,7 +8,7 @@ import os ...@@ -8,7 +8,7 @@ import os
8 8
9 # API 配置 9 # API 配置
10 API_CONFIG = { 10 API_CONFIG = {
11 - "base_url": "http://192.168.1.251:7022", 11 + "base_url": "http://223.166.85.202:7022",
12 "endpoint": "/Exp/bus-customer/vueConsignmentQuery/findChmConsignmentConditionalQuery", 12 "endpoint": "/Exp/bus-customer/vueConsignmentQuery/findChmConsignmentConditionalQuery",
13 "headers": { 13 "headers": {
14 "accept": "*/*", 14 "accept": "*/*",
......
...@@ -11,6 +11,7 @@ langgraph==1.0.1 ...@@ -11,6 +11,7 @@ langgraph==1.0.1
11 langgraph-checkpoint==3.0.0 11 langgraph-checkpoint==3.0.0
12 langgraph-prebuilt==1.0.1 12 langgraph-prebuilt==1.0.1
13 langgraph-sdk==0.2.9 13 langgraph-sdk==0.2.9
14 +langgraph-api
14 15
15 # OpenAI API (用于 DEEPSEEK) 16 # OpenAI API (用于 DEEPSEEK)
16 openai==2.6.1 17 openai==2.6.1
......