agentengine-sdk-python 0.5.3__tar.gz → 0.6.1__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.
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentengine-sdk-python
3
+ Version: 0.6.1
4
+ Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
5
+ Author-email: KsADK Team <xiayu@kingsoft.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/kingsoftcloud/ksadk-python
8
+ Project-URL: Repository, https://github.com/kingsoftcloud/ksadk-python
9
+ Project-URL: Source, https://github.com/kingsoftcloud/ksadk-python
10
+ Project-URL: Documentation, https://kingsoftcloud.github.io/ksadk-python/
11
+ Project-URL: Issues, https://github.com/kingsoftcloud/ksadk-python/issues
12
+ Project-URL: PyPI, https://pypi.org/project/agentengine-sdk-python/
13
+ Keywords: agent,agentengine,ksadk,langchain,langgraph,adk,kingsoft cloud,ai,llm
14
+ Classifier: Development Status :: 3 - Alpha
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
22
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
24
+ Requires-Python: >=3.10
25
+ Description-Content-Type: text/markdown
26
+ Requires-Dist: ksadk==0.6.1
27
+
28
+ # agentengine-sdk-python
29
+
30
+ `agentengine-sdk-python` is a compatibility alias package for KSADK.
31
+
32
+ Install this package when you want the historical Agent Engine SDK package name:
33
+
34
+ ```bash
35
+ pip install agentengine-sdk-python
36
+ ```
37
+
38
+ It installs `ksadk==0.6.1`, including the `agentengine` command line entry point.
39
+
40
+ For source code, documentation, issues, and releases, use the KSADK project:
41
+
42
+ - Documentation: https://kingsoftcloud.github.io/ksadk-python/
43
+ - Source: https://github.com/kingsoftcloud/ksadk-python
44
+ - PyPI: https://pypi.org/project/ksadk/
@@ -0,0 +1,17 @@
1
+ # agentengine-sdk-python
2
+
3
+ `agentengine-sdk-python` is a compatibility alias package for KSADK.
4
+
5
+ Install this package when you want the historical Agent Engine SDK package name:
6
+
7
+ ```bash
8
+ pip install agentengine-sdk-python
9
+ ```
10
+
11
+ It installs `ksadk==0.6.1`, including the `agentengine` command line entry point.
12
+
13
+ For source code, documentation, issues, and releases, use the KSADK project:
14
+
15
+ - Documentation: https://kingsoftcloud.github.io/ksadk-python/
16
+ - Source: https://github.com/kingsoftcloud/ksadk-python
17
+ - PyPI: https://pypi.org/project/ksadk/
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentengine-sdk-python
3
+ Version: 0.6.1
4
+ Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
5
+ Author-email: KsADK Team <xiayu@kingsoft.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/kingsoftcloud/ksadk-python
8
+ Project-URL: Repository, https://github.com/kingsoftcloud/ksadk-python
9
+ Project-URL: Source, https://github.com/kingsoftcloud/ksadk-python
10
+ Project-URL: Documentation, https://kingsoftcloud.github.io/ksadk-python/
11
+ Project-URL: Issues, https://github.com/kingsoftcloud/ksadk-python/issues
12
+ Project-URL: PyPI, https://pypi.org/project/agentengine-sdk-python/
13
+ Keywords: agent,agentengine,ksadk,langchain,langgraph,adk,kingsoft cloud,ai,llm
14
+ Classifier: Development Status :: 3 - Alpha
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
22
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
24
+ Requires-Python: >=3.10
25
+ Description-Content-Type: text/markdown
26
+ Requires-Dist: ksadk==0.6.1
27
+
28
+ # agentengine-sdk-python
29
+
30
+ `agentengine-sdk-python` is a compatibility alias package for KSADK.
31
+
32
+ Install this package when you want the historical Agent Engine SDK package name:
33
+
34
+ ```bash
35
+ pip install agentengine-sdk-python
36
+ ```
37
+
38
+ It installs `ksadk==0.6.1`, including the `agentengine` command line entry point.
39
+
40
+ For source code, documentation, issues, and releases, use the KSADK project:
41
+
42
+ - Documentation: https://kingsoftcloud.github.io/ksadk-python/
43
+ - Source: https://github.com/kingsoftcloud/ksadk-python
44
+ - PyPI: https://pypi.org/project/ksadk/
@@ -1,18 +1,18 @@
1
1
  [build-system]
2
- requires = ["setuptools>=45", "wheel"]
2
+ requires = ["setuptools>=69", "wheel"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "agentengine-sdk-python"
7
- version = "0.5.3"
7
+ version = "0.6.1"
8
8
  description = "Kingsoft Cloud Agent Engine SDK (alias for ksadk)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
- license = "MIT"
11
+ license = "Apache-2.0"
12
12
  authors = [
13
13
  {name = "KsADK Team", email = "xiayu@kingsoft.com"}
14
14
  ]
15
- keywords = ["agent", "langchain", "langgraph", "adk", "kingsoft cloud", "ai", "llm"]
15
+ keywords = ["agent", "agentengine", "ksadk", "langchain", "langgraph", "adk", "kingsoft cloud", "ai", "llm"]
16
16
  classifiers = [
17
17
  "Development Status :: 3 - Alpha",
18
18
  "Intended Audience :: Developers",
@@ -20,14 +20,22 @@ classifiers = [
20
20
  "Programming Language :: Python :: 3.10",
21
21
  "Programming Language :: Python :: 3.11",
22
22
  "Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
25
+ "Topic :: Software Development :: Libraries :: Python Modules",
26
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
23
27
  ]
24
28
  dependencies = [
25
- "ksadk==0.5.3", # 依赖主包
29
+ "ksadk==0.6.1",
26
30
  ]
27
31
 
28
32
  [project.urls]
29
33
  Homepage = "https://github.com/kingsoftcloud/ksadk-python"
30
34
  Repository = "https://github.com/kingsoftcloud/ksadk-python"
35
+ Source = "https://github.com/kingsoftcloud/ksadk-python"
36
+ Documentation = "https://kingsoftcloud.github.io/ksadk-python/"
37
+ Issues = "https://github.com/kingsoftcloud/ksadk-python/issues"
38
+ PyPI = "https://pypi.org/project/agentengine-sdk-python/"
31
39
 
32
40
  [tool.setuptools]
33
- py-modules = []
41
+ packages = []
@@ -1,43 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: agentengine-sdk-python
3
- Version: 0.5.3
4
- Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
5
- Author-email: KsADK Team <xiayu@kingsoft.com>
6
- License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/kingsoftcloud/ksadk-python
8
- Project-URL: Repository, https://github.com/kingsoftcloud/ksadk-python
9
- Keywords: agent,langchain,langgraph,adk,kingsoft cloud,ai,llm
10
- Classifier: Development Status :: 3 - Alpha
11
- Classifier: Intended Audience :: Developers
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.10
14
- Classifier: Programming Language :: Python :: 3.11
15
- Classifier: Programming Language :: Python :: 3.12
16
- Requires-Python: >=3.10
17
- Description-Content-Type: text/markdown
18
- Requires-Dist: ksadk==0.5.3
19
-
20
- # agentengine-sdk-python
21
-
22
- **Kingsoft Cloud Agent Engine SDK** - 别名包
23
-
24
- 这是 [ksadk](https://pypi.org/project/ksadk/) 的别名包,安装后会自动安装对应版本的 ksadk。
25
-
26
- 当前版本:`0.5.1`
27
-
28
- ## 安装
29
-
30
- ```bash
31
- # 任选一种方式安装
32
- pip install agentengine-sdk-python
33
- # 或
34
- pip install ksadk
35
- ```
36
-
37
- ## 使用
38
-
39
- ```bash
40
- agentengine --help
41
- ```
42
-
43
- 更多文档请参考 [ksadk](https://github.com/kingsoftcloud/ksadk-python)。
@@ -1,24 +0,0 @@
1
- # agentengine-sdk-python
2
-
3
- **Kingsoft Cloud Agent Engine SDK** - 别名包
4
-
5
- 这是 [ksadk](https://pypi.org/project/ksadk/) 的别名包,安装后会自动安装对应版本的 ksadk。
6
-
7
- 当前版本:`0.5.1`
8
-
9
- ## 安装
10
-
11
- ```bash
12
- # 任选一种方式安装
13
- pip install agentengine-sdk-python
14
- # 或
15
- pip install ksadk
16
- ```
17
-
18
- ## 使用
19
-
20
- ```bash
21
- agentengine --help
22
- ```
23
-
24
- 更多文档请参考 [ksadk](https://github.com/kingsoftcloud/ksadk-python)。
@@ -1,43 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: agentengine-sdk-python
3
- Version: 0.5.3
4
- Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
5
- Author-email: KsADK Team <xiayu@kingsoft.com>
6
- License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/kingsoftcloud/ksadk-python
8
- Project-URL: Repository, https://github.com/kingsoftcloud/ksadk-python
9
- Keywords: agent,langchain,langgraph,adk,kingsoft cloud,ai,llm
10
- Classifier: Development Status :: 3 - Alpha
11
- Classifier: Intended Audience :: Developers
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.10
14
- Classifier: Programming Language :: Python :: 3.11
15
- Classifier: Programming Language :: Python :: 3.12
16
- Requires-Python: >=3.10
17
- Description-Content-Type: text/markdown
18
- Requires-Dist: ksadk==0.5.3
19
-
20
- # agentengine-sdk-python
21
-
22
- **Kingsoft Cloud Agent Engine SDK** - 别名包
23
-
24
- 这是 [ksadk](https://pypi.org/project/ksadk/) 的别名包,安装后会自动安装对应版本的 ksadk。
25
-
26
- 当前版本:`0.5.1`
27
-
28
- ## 安装
29
-
30
- ```bash
31
- # 任选一种方式安装
32
- pip install agentengine-sdk-python
33
- # 或
34
- pip install ksadk
35
- ```
36
-
37
- ## 使用
38
-
39
- ```bash
40
- agentengine --help
41
- ```
42
-
43
- 更多文档请参考 [ksadk](https://github.com/kingsoftcloud/ksadk-python)。