Kingsoft Cloud Agent Development Kit - 支持 LangChain/LangGraph/DeepAgents/ADK/OpenClaw/Hermes 的本地运行与云端部署
Project description
ksadk-python
ksadk-python 是 agentengine / ksadk 的 Python 实现仓库,负责本地开发入口、Agent CLI、部分本地运行时能力,以及 Hermes / OpenClaw 共享运行时资产。
当前代码主线版本:0.5.2。
仓库定位
- 本地开发:
init / config / run / web - 构建部署:
build / deploy / launch - 远端调用:
agent invoke、files、dashboard - 运行时资产:
deploy/hermes、deploy/openclaw - 共享源码:
ksadk_runtime_common
flowchart LR
classDef client fill:#dbeafe,stroke:#1d4ed8,stroke-width:2px,color:#1e3a8a;
classDef control fill:#ede9fe,stroke:#7c3aed,stroke-width:2px,color:#581c87;
classDef data fill:#dcfce7,stroke:#16a34a,stroke-width:2px,color:#166534;
classDef storage fill:#ffedd5,stroke:#ea580c,stroke-width:2px,color:#9a3412;
classDef runtime fill:#e2e8f0,stroke:#475569,stroke-width:2px,color:#1e293b;
CLI["agentengine / ksadk"]:::client --> Repo["ksadk-python"]:::runtime
Repo --> Local["本地运行时与 Web UI"]:::data
Repo --> Common["ksadk_runtime_common"]:::runtime
Repo --> Hermes["Hermes Runtime"]:::data
Repo --> OpenClaw["OpenClaw Runtime"]:::data
Repo --> Control["agentengine-server"]:::control
Hermes --> PVC["PVC / workspace"]:::storage
OpenClaw --> PVC
Local --> Workspace[".agentengine/ui/workspace"]:::storage
Common --> Hermes
Common --> OpenClaw
Common --> Local
快速开始
pip install -U ksadk
agentengine init my-agent -f langgraph
cd my-agent
agentengine config
agentengine run -i
云端部署最短路径:
agentengine launch . --target serverless
文档导航
主文档
专题文档
内部与历史资料
docs/archive/:历史方案稿、阶段性实施说明、版本文档docs/internal/:内部 runbook、分析稿、协作说明
查看云端面板:
agentengine dashboard open
# 或显式指定 Agent
agentengine dashboard open --agent ar-xxxx
说明
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
ksadk-0.5.3-py3-none-any.whl
(6.1 MB
view details)
File details
Details for the file ksadk-0.5.3-py3-none-any.whl.
File metadata
- Download URL: ksadk-0.5.3-py3-none-any.whl
- Upload date:
- Size: 6.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ff3470763535124ef57fe6156062b33ac0ea1141171100fc3e34974cc4d2d15
|
|
| MD5 |
24b19d6da4fc66e68eee5a2f3977373b
|
|
| BLAKE2b-256 |
f6c374ff939e76b170b0696286dd3a7c81e815feeb5beb3c80ab11bde4e5b9df
|