KsADK Agent Runtime Platform - unified runtime, debugging, deployment and observability for AI agents
Project description
KsADK
一次构建 Agent,到处运行。
KsADK 是面向 AI Agent 的运行时平台(Agent Runtime Platform)。 继续使用 Google ADK、LangGraph、LangChain 或 DeepAgents 编写业务 Agent,再用统一 CLI、Web UI、OpenAI-Compatible API、工具运行时、沙箱、部署和可观测链路把它跑起来。
30 秒快速体验
python -m venv .venv
source .venv/bin/activate
pip install -U "ksadk[all]"
agentengine init demo-agent -f langgraph
cd demo-agent
agentengine config set OPENAI_API_KEY=your-api-key OPENAI_MODEL_NAME=gpt-4o-mini
agentengine run -i
启动本地调试 Web UI:
agentengine web . --no-open
为什么需要 KsADK
大多数 Agent 框架解决“如何开发 Agent”。KsADK 解决“如何运行、调试、部署和观测 Agent”。
- 本地开发:
agentengine init、agentengine run、agentengine web。 - 统一调试:浏览器 Web UI、streaming、附件、workspace 文件、工具调用和会话。
- 统一协议:本地
/v1/responses与/v1/chat/completions。 - 工具边界:Skill Runtime、Workspace、Sandbox、Memory、Knowledge。
- 工程链路:打包、部署、OpenTelemetry 可观测。
架构
文档与样例
- 文档:https://kingsoftcloud.github.io/ksadk-python/
- 快速开始:https://kingsoftcloud.github.io/ksadk-python/getting-started/quickstart/
- 为什么需要 KsADK:https://kingsoftcloud.github.io/ksadk-python/getting-started/why-ksadk/
- 架构:https://kingsoftcloud.github.io/ksadk-python/getting-started/architecture/
- 生态定位对比:https://kingsoftcloud.github.io/ksadk-python/getting-started/comparison/
- 可观测:https://kingsoftcloud.github.io/ksadk-python/guides/observability-tracing/
- 样例仓库:https://github.com/kingsoftcloud/ksadk-samples
相关项目
- KsADK 仓库:https://github.com/kingsoftcloud/ksadk-python
- Web UI 仓库:https://github.com/kingsoftcloud/ksadk-web
- Wiki:https://zread.ai/kingsoftcloud/ksadk-python
- PyPI:https://pypi.org/project/ksadk/
参与贡献
欢迎通过 issue、PR、样例和文档改进参与贡献。提交前建议运行:
make public-preflight
开源协议:Apache-2.0。
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
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 ksadk-0.6.4.tar.gz.
File metadata
- Download URL: ksadk-0.6.4.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a23a809066f4bbc740a424743355f1f6961e44c0c032a25046a7ee980dfa866
|
|
| MD5 |
3d9c1c4aa51b2cdf98bed502c127bc48
|
|
| BLAKE2b-256 |
dce5fa708d3106d8b59997a86f84f5e6d09186914db4271b53842efeb1efb91d
|
File details
Details for the file ksadk-0.6.4-py3-none-any.whl.
File metadata
- Download URL: ksadk-0.6.4-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
e6ed6fc5a763bc9d3176cf8053667bfb335ca67f31f47d6204df57fd8cde886d
|
|
| MD5 |
f947d59a67c7868ac6918ec1a0712eb7
|
|
| BLAKE2b-256 |
8b6ce915169002f8ba7bbb216bfe807e8137d096e5dff719ab290a09ad0ea4e1
|