agentengine-sdk-python 0.5.1__tar.gz → 0.5.3__tar.gz
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.
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/PKG-INFO +2 -2
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/agentengine_sdk_python.egg-info/PKG-INFO +2 -2
- agentengine_sdk_python-0.5.3/agentengine_sdk_python.egg-info/requires.txt +1 -0
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/pyproject.toml +2 -2
- agentengine_sdk_python-0.5.1/agentengine_sdk_python.egg-info/requires.txt +0 -1
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/README.md +0 -0
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/agentengine_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/agentengine_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/agentengine_sdk_python.egg-info/top_level.txt +0 -0
- {agentengine_sdk_python-0.5.1 → agentengine_sdk_python-0.5.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentengine-sdk-python
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
|
|
5
5
|
Author-email: KsADK Team <xiayu@kingsoft.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Requires-Python: >=3.10
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
|
-
Requires-Dist: ksadk==0.5.
|
|
18
|
+
Requires-Dist: ksadk==0.5.3
|
|
19
19
|
|
|
20
20
|
# agentengine-sdk-python
|
|
21
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentengine-sdk-python
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
|
|
5
5
|
Author-email: KsADK Team <xiayu@kingsoft.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Requires-Python: >=3.10
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
|
-
Requires-Dist: ksadk==0.5.
|
|
18
|
+
Requires-Dist: ksadk==0.5.3
|
|
19
19
|
|
|
20
20
|
# agentengine-sdk-python
|
|
21
21
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ksadk==0.5.3
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentengine-sdk-python"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.3"
|
|
8
8
|
description = "Kingsoft Cloud Agent Engine SDK (alias for ksadk)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
"Programming Language :: Python :: 3.12",
|
|
23
23
|
]
|
|
24
24
|
dependencies = [
|
|
25
|
-
"ksadk==0.5.
|
|
25
|
+
"ksadk==0.5.3", # 依赖主包
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ksadk==0.5.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|