Skip to main content

Kingsoft Cloud Agent Development Kit

金山云智能体开发套件

构建、部署、调试、观测企业级 AI 智能体的一站式云原生框架。 兼容 Google ADK、LangGraph、LangChain 与 DeepAgents,并支持一键拉起 OpenClaw 和 Hermes 运行时。

简体中文(默认) · English

Docs PyPI License

KsADK AgentKit Studio 真实 Agent 工作区

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 把“框架适配”收敛为稳定的运行时分层,同时保留各框架的原生执行语义:

  • 可信内核:统一并发、取消、恢复、状态一致性和运行时安全边界。
  • Harness 执行层:负责装配、Activation、生命周期和共用能力注入;一次 Activation 只选择一个 Provider。
  • 可插拔 Provider:Codex、KsADK Harness、DSH/Cordis 与 Subagent 在同一 Harness 契约下运行,Provider 保留原生线程、checkpoint 与事件语义。
  • 统一事件RuntimeEvent(schema_version=2) 是存储、回放、API、Studio 与托管界面的事件事实来源;v1 仅作为只读兼容投影。
  • 受控插件化:DSH Bundle/Profile 使用固定工具链、不可变来源摘要和失败回滚;Codex 官方插件仍由 Codex App Server 管理。
  • 平台资源插件:Studio 可绑定知识库、长期记忆与 Skill Center;Agent Revision 保存资源选择,Build 固化连接引用和插件摘要,Runtime 在 Activation 时按平台授权装配。
  • 本地开发闭环:Studio 覆盖创建、构建、调试、评测与本地 Scheduler Lite,并复用独立发布的 @kingsoftcloud/ksadk-web 会话组件。

运行时架构AgentKit Local Studio插件与自动化开始阅读。版本说明与制品校验信息见 GitHub Releases

RuntimeEvent schema v2 契约

运行事件主路径固定为 canonical RuntimeEvent(schema_version=2);能力描述为 RuntimeEventVersions=[1,2]RuntimeEventDefault=2RuntimeEventV1ProjectionModes=["snapshot_only","identity_replace"]RuntimeEventV1ProjectionDefault="snapshot_only"。v1 仅作只读兼容投影。

KsADK Studio 知识库、记忆库与 Skill Center 真实绑定界面

KsADK Studio Agent、资源绑定与插件页真实演示

为什么需要 KsADK

大多数 Agent 框架解决“如何开发 Agent”。KsADK 解决“如何运行、调试、部署和观测 Agent”。

  • 本地开发:agentengine initagentengine runagentengine web
  • 统一调试:浏览器 Web UI、streaming、附件、workspace 文件、工具调用和会话。
  • 统一协议:本地 /v1/responses/v1/chat/completions
  • 工具边界:Skill Runtime、Workspace、Sandbox、Memory、Knowledge。
  • 工程链路:打包、部署、OpenClaw / Hermes 运行时、OpenTelemetry 可观测。

架构

KsADK 总体技术架构

Agent Kernel 收口可信控制,Harness 管理装配与生命周期,可插拔 Provider 保留框架原生执行语义;RuntimeEvent v2 为 API、Studio 与托管界面提供统一事件事实链。

文档与样例

相关项目

参与贡献

欢迎通过 issue、PR、样例和文档改进参与贡献。提交前建议运行:

make public-preflight

开源协议:Apache-2.0。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentengine_sdk_python-0.8.4.tar.gz (7.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentengine_sdk_python-0.8.4-py3-none-any.whl (8.1 MB view details)

Uploaded Python 3

File details

Details for the file agentengine_sdk_python-0.8.4.tar.gz.

File metadata

  • Download URL: agentengine_sdk_python-0.8.4.tar.gz
  • Upload date:
  • Size: 7.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agentengine_sdk_python-0.8.4.tar.gz
Algorithm Hash digest
SHA256 73a2bc3e8bf05fa4bbdd9f26343f63073f50097785b656b8c637e7e7d49201c8
MD5 eee70b8cc97a6de9a77fc293e15cf0f7
BLAKE2b-256 4b1c338675623325d2d4127d542c46a5b87b2f82a668905d2d576927317c04ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentengine_sdk_python-0.8.4.tar.gz:

Publisher: publish-pypi.yml on kingsoftcloud/ksadk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentengine_sdk_python-0.8.4-py3-none-any.whl.

File metadata

File hashes

Hashes for agentengine_sdk_python-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 13dfd3c27e5b9e0e0754c69037e52ac4319bbb4ea78a7adf2d9be9912f4140d8
MD5 7c91eb1e0e9ac6edb75848da4659f151
BLAKE2b-256 f5a0b4ce3de0b0c9921371c98d91e836a9812eb10eefc16031d349882d55e05b

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentengine_sdk_python-0.8.4-py3-none-any.whl:

Publisher: publish-pypi.yml on kingsoftcloud/ksadk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.8.4 This release

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.9

2 files

0.6.4

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

1 file

0.5.9

1 file

0.5.8

1 file

0.5.7

1 file

0.5.6

1 file

0.5.5

1 file

0.5.4

1 file

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.4.0

2 files

0.3.6

2 files

0.3.5

1 file

0.3.0

1 file

0.2.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page