Skip to main content

Kingsoft Cloud Agent Development Kit

金山云智能体开发套件

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

简体中文(默认) · English

Docs PyPI Ask Zread License

KsADK 真实 CLI 截图:agentengine -h

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

0.8.1 可观测性契约

  • 远端 trace 统一使用标准 OTLP/HTTP:Langfuse 读取 OTEL_EXPORTER_OTLP_*,CloudMonitor 读取 CLOUD_MONITOR_OTLP_*;同一 span 在两端保持相同的 trace_id / span_id
  • 托管 Agent 通过 CLI 或控制台创建时默认开启可观测性并由平台注入双路配置;只有显式传入 --no-observability 或在控制台关闭才禁用。
  • LANGFUSE_USE_CALLBACK、Langfuse SDK CallbackHandler/exporter 已移除。CLOUD_MONITOR_APP_KEY 只保留一个版本的过渡 fallback,新配置应通过 OTLP headers 提供 Ksc-Appkey
  • exporter 直接运行在 Agent 进程内,不会额外启动 OpenTelemetry Collector、sidecar、容器或 Pod。

迁移与环境变量示例见可观测指南环境变量参考

KsADK 真实 Web UI 调试截图

KsADK 真实本地 Web UI 演示

为什么需要 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 智能体运行时平台架构

文档与样例

相关项目

参与贡献

欢迎通过 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

ksadk-0.8.1.tar.gz (4.3 MB view details)

Uploaded Source

Built Distribution

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

ksadk-0.8.1-py3-none-any.whl (4.6 MB view details)

Uploaded Python 3

File details

Details for the file ksadk-0.8.1.tar.gz.

File metadata

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

File hashes

Hashes for ksadk-0.8.1.tar.gz
Algorithm Hash digest
SHA256 3dbdb1122d1dd8990abe6c1f9e0e9853185e43eb561476e25631bd1846ecdb5e
MD5 b462d6eaa1c9d63e75a0108158c2e0a2
BLAKE2b-256 c12ea381447a06d70201da659ce57e5418001abbdd47bd9d879c8df6733dd8a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ksadk-0.8.1.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 ksadk-0.8.1-py3-none-any.whl.

File metadata

  • Download URL: ksadk-0.8.1-py3-none-any.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ksadk-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a6834e317946ee3930ca9a15cb08b7face58d9a2fc3c04b994773a301786838a
MD5 552873b5f8ab98e6bb8d1eb57025236a
BLAKE2b-256 2e6e52934de3706aad675035bdcf780da5dd4510df3ba5d2609fba4855ebe0ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for ksadk-0.8.1-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

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

This release

0.8.1 This release

2 files

0.8.0

2 files

0.7.0

2 files

0.6.9

2 files

0.6.8

2 files

0.6.7

2 files

0.6.6

2 files

0.6.5

2 files

0.6.4

2 files

0.6.3

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

1 file

0.5.2

1 file

0.5.1

1 file

0.5.0

2 files

0.4.0

1 file

0.3.9

1 file

0.3.8

1 file

0.3.7

1 file

0.3.6

1 file

0.3.5

1 file

0.3.0

1 file

0.2.0

1 file

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