agentengine-sdk-python 0.2.0__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.
@@ -0,0 +1,41 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentengine-sdk-python
3
+ Version: 0.2.0
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.2.0
19
+
20
+ # agentengine-sdk-python
21
+
22
+ **Kingsoft Cloud Agent Engine SDK** - 别名包
23
+
24
+ 这是 [ksadk](https://pypi.org/project/ksadk/) 的别名包,安装后会自动安装 ksadk。
25
+
26
+ ## 安装
27
+
28
+ ```bash
29
+ # 任选一种方式安装
30
+ pip install agentengine-sdk-python
31
+ # 或
32
+ pip install ksadk
33
+ ```
34
+
35
+ ## 使用
36
+
37
+ ```bash
38
+ agentengine --help
39
+ ```
40
+
41
+ 更多文档请参考 [ksadk](https://github.com/kingsoftcloud/ksadk-python)。
@@ -0,0 +1,4 @@
1
+ agentengine_sdk_python-0.2.0.dist-info/METADATA,sha256=dGdS9R8DvLIOdAR7b5NRQzaDWrOhBjrGPdMwae-z-i0,1185
2
+ agentengine_sdk_python-0.2.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
3
+ agentengine_sdk_python-0.2.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ agentengine_sdk_python-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+