iSkills SDK for Python - 智能体流程执行引擎
Project description
iSkills SDK for Python
iSkills SDK 是一个用于调用 iSkills 智能体的 Python 工具包。
安装
pip install iskills-sdk
快速开始
from iskills import IskillsClient
# 创建客户端
client = IskillsClient(
base_url="http://localhost:8000",
api_key="your-api-key",
)
# 列出智能体
agents = client.agents.list()
for agent in agents:
print(f"{agent.name}: {agent.description}")
# 执行智能体
result = client.execute_flow(
flow_id="flow-xxx",
user_input="你的问题",
)
print(result.output)
文档
详细文档请参考 GitHub
许可证
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iskills_sdk-0.1.0b1.tar.gz
(21.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iskills_sdk-0.1.0b1.tar.gz.
File metadata
- Download URL: iskills_sdk-0.1.0b1.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d234d9b16b3df5f682434528048a9be5a465a69a8f80e7eab9e9c20ae5ff3ab
|
|
| MD5 |
c852850b354acd882b5175af973397e2
|
|
| BLAKE2b-256 |
4358cd308db5743213f00e26a7fa4d07d75c8952dc986838dd9ab1376a64331b
|
File details
Details for the file iskills_sdk-0.1.0b1-py3-none-any.whl.
File metadata
- Download URL: iskills_sdk-0.1.0b1-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b337c801520795f4e2b213dd98957dec719b5e60edd303ebbcaef8ae1543b6ec
|
|
| MD5 |
23c40a44914d23b8de48efbfe4e45717
|
|
| BLAKE2b-256 |
1eea73477885787827742d480dd22cd27cf4f15f33d630edcddba9adbfd6719f
|