agent-builder-gateway-sdk 0.3.1__py3-none-any.whl → 0.3.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of agent-builder-gateway-sdk might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-builder-gateway-sdk
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Python SDK for Agent Builder Gateway - 用于 AI 构建的程序调用预制件
5
5
  Author: Agent Builder Team
6
6
  License: MIT
@@ -1,10 +1,10 @@
1
1
  gateway_sdk/__init__.py,sha256=lgBWm1gkpX8nGx-weoJbpQeHRYygJu5XBhB-ienHq5I,655
2
2
  gateway_sdk/auth.py,sha256=Nx0p9FYZHBoQeN8SO2nn7MKH2y02v3UR3M8bYqhQG0w,1165
3
- gateway_sdk/client.py,sha256=FezonUYj9q6-TQXOArmD1VHcSzs4bHoX6ZaxC2bsx3k,7778
3
+ gateway_sdk/client.py,sha256=3tk1ns5bqp_HLJGV1mUtiN8h6uo2g9T85hJ25HEyhFg,7790
4
4
  gateway_sdk/exceptions.py,sha256=fIrhKC8vIaocXvyK56OEKPGHn8drvGh6nElnyR0Z71A,1897
5
5
  gateway_sdk/models.py,sha256=ge96k0Qcii7ESEwJQoO5fZwUZBcVbe2Ccgna3kPOAB8,6072
6
6
  gateway_sdk/streaming.py,sha256=nwRWxKP5bU8uIMIv_82DyFws9djnEKdAxW6S4L9KtPI,1092
7
- agent_builder_gateway_sdk-0.3.1.dist-info/METADATA,sha256=HfRsk9tFyBL4dEmhv2JRgsBhXF6J2kHveVGMNcOVJHw,6391
8
- agent_builder_gateway_sdk-0.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- agent_builder_gateway_sdk-0.3.1.dist-info/licenses/LICENSE,sha256=C3JXUJe4vPtoVe1lp7O4WeGtH71JWYrRaCufEoJ84K0,1076
10
- agent_builder_gateway_sdk-0.3.1.dist-info/RECORD,,
7
+ agent_builder_gateway_sdk-0.3.2.dist-info/METADATA,sha256=6qI3-VmV4IzBd2DXGRY9KyFhr_4mHJbLF95N55Gora0,6391
8
+ agent_builder_gateway_sdk-0.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ agent_builder_gateway_sdk-0.3.2.dist-info/licenses/LICENSE,sha256=C3JXUJe4vPtoVe1lp7O4WeGtH71JWYrRaCufEoJ84K0,1076
10
+ agent_builder_gateway_sdk-0.3.2.dist-info/RECORD,,
gateway_sdk/client.py CHANGED
@@ -17,7 +17,7 @@ from .exceptions import (
17
17
 
18
18
 
19
19
  # Gateway 地址
20
- DEFAULT_GATEWAY_URL = "http://nodeport.sensedeal.vip:30566"
20
+ DEFAULT_GATEWAY_URL = "http://agent-builder-gateway-test.sensedeal.vip"
21
21
 
22
22
 
23
23
  class GatewayClient: