agentengine-sdk-python 0.6.1__tar.gz → 0.6.2__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.6.2/PKG-INFO +46 -0
- agentengine_sdk_python-0.6.2/README.md +27 -0
- agentengine_sdk_python-0.6.2/agentengine_sdk_python.egg-info/PKG-INFO +46 -0
- agentengine_sdk_python-0.6.2/agentengine_sdk_python.egg-info/requires.txt +1 -0
- {agentengine_sdk_python-0.6.1 → agentengine_sdk_python-0.6.2}/pyproject.toml +6 -14
- agentengine_sdk_python-0.6.1/PKG-INFO +0 -44
- agentengine_sdk_python-0.6.1/README.md +0 -17
- agentengine_sdk_python-0.6.1/agentengine_sdk_python.egg-info/PKG-INFO +0 -44
- agentengine_sdk_python-0.6.1/agentengine_sdk_python.egg-info/requires.txt +0 -1
- {agentengine_sdk_python-0.6.1 → agentengine_sdk_python-0.6.2}/agentengine_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentengine_sdk_python-0.6.1 → agentengine_sdk_python-0.6.2}/agentengine_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentengine_sdk_python-0.6.1 → agentengine_sdk_python-0.6.2}/agentengine_sdk_python.egg-info/top_level.txt +0 -0
- {agentengine_sdk_python-0.6.1 → agentengine_sdk_python-0.6.2}/setup.cfg +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agentengine-sdk-python
|
|
3
|
+
Version: 0.6.2
|
|
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.6.2
|
|
19
|
+
|
|
20
|
+
# agentengine-sdk-python
|
|
21
|
+
|
|
22
|
+
**Kingsoft Cloud Agent Engine SDK** - 别名包
|
|
23
|
+
|
|
24
|
+
这是 [ksadk](https://pypi.org/project/ksadk/) 的别名包,安装后会自动安装对应版本的 ksadk。
|
|
25
|
+
|
|
26
|
+
当前版本:`0.6.2`
|
|
27
|
+
|
|
28
|
+
当前别名包依赖:`ksadk==0.6.2`
|
|
29
|
+
|
|
30
|
+
## 安装
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
# 任选一种方式安装
|
|
34
|
+
pip install agentengine-sdk-python
|
|
35
|
+
# 或
|
|
36
|
+
pip install ksadk
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## 使用
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
agentengine --help
|
|
43
|
+
ksadk --help
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Python SDK、命令行工具和更多文档请参考 [ksadk](https://github.com/kingsoftcloud/ksadk-python)。
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# agentengine-sdk-python
|
|
2
|
+
|
|
3
|
+
**Kingsoft Cloud Agent Engine SDK** - 别名包
|
|
4
|
+
|
|
5
|
+
这是 [ksadk](https://pypi.org/project/ksadk/) 的别名包,安装后会自动安装对应版本的 ksadk。
|
|
6
|
+
|
|
7
|
+
当前版本:`0.6.2`
|
|
8
|
+
|
|
9
|
+
当前别名包依赖:`ksadk==0.6.2`
|
|
10
|
+
|
|
11
|
+
## 安装
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# 任选一种方式安装
|
|
15
|
+
pip install agentengine-sdk-python
|
|
16
|
+
# 或
|
|
17
|
+
pip install ksadk
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## 使用
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
agentengine --help
|
|
24
|
+
ksadk --help
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Python SDK、命令行工具和更多文档请参考 [ksadk](https://github.com/kingsoftcloud/ksadk-python)。
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agentengine-sdk-python
|
|
3
|
+
Version: 0.6.2
|
|
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.6.2
|
|
19
|
+
|
|
20
|
+
# agentengine-sdk-python
|
|
21
|
+
|
|
22
|
+
**Kingsoft Cloud Agent Engine SDK** - 别名包
|
|
23
|
+
|
|
24
|
+
这是 [ksadk](https://pypi.org/project/ksadk/) 的别名包,安装后会自动安装对应版本的 ksadk。
|
|
25
|
+
|
|
26
|
+
当前版本:`0.6.2`
|
|
27
|
+
|
|
28
|
+
当前别名包依赖:`ksadk==0.6.2`
|
|
29
|
+
|
|
30
|
+
## 安装
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
# 任选一种方式安装
|
|
34
|
+
pip install agentengine-sdk-python
|
|
35
|
+
# 或
|
|
36
|
+
pip install ksadk
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## 使用
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
agentengine --help
|
|
43
|
+
ksadk --help
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Python SDK、命令行工具和更多文档请参考 [ksadk](https://github.com/kingsoftcloud/ksadk-python)。
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ksadk==0.6.2
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools>=
|
|
2
|
+
requires = ["setuptools>=45", "wheel"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentengine-sdk-python"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.2"
|
|
8
8
|
description = "Kingsoft Cloud Agent Engine SDK (alias for ksadk)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
|
-
license = "
|
|
11
|
+
license = "MIT"
|
|
12
12
|
authors = [
|
|
13
13
|
{name = "KsADK Team", email = "xiayu@kingsoft.com"}
|
|
14
14
|
]
|
|
15
|
-
keywords = ["agent", "
|
|
15
|
+
keywords = ["agent", "langchain", "langgraph", "adk", "kingsoft cloud", "ai", "llm"]
|
|
16
16
|
classifiers = [
|
|
17
17
|
"Development Status :: 3 - Alpha",
|
|
18
18
|
"Intended Audience :: Developers",
|
|
@@ -20,22 +20,14 @@ 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",
|
|
27
23
|
]
|
|
28
24
|
dependencies = [
|
|
29
|
-
"ksadk==0.6.
|
|
25
|
+
"ksadk==0.6.2", # 依赖主包
|
|
30
26
|
]
|
|
31
27
|
|
|
32
28
|
[project.urls]
|
|
33
29
|
Homepage = "https://github.com/kingsoftcloud/ksadk-python"
|
|
34
30
|
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/"
|
|
39
31
|
|
|
40
32
|
[tool.setuptools]
|
|
41
|
-
|
|
33
|
+
py-modules = []
|
|
@@ -1,44 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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/
|
|
@@ -1,44 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
ksadk==0.6.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|