Skip to content

Commit dd69eee

Browse files
committed
fix(readme): remove unreleased candidate messaging
1 parent f375e71 commit dd69eee

4 files changed

Lines changed: 6 additions & 42 deletions

File tree

README.en.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ agentengine web . --no-open
4141

4242
<p align="center"><img alt="Real local Web UI demo" src="docs-site/public/assets/ksadk-local-debugging-demo.gif" width="860" /></p>
4343

44-
## 0.8.0 Review Candidate
45-
46-
`0.8.0` is an in-review candidate branch, not a published PyPI or npm release. It brings RuntimeEvent, AG-UI/A2UI, A2A, Harness, and CodexRuntime into one runtime boundary while retaining the `/v1/responses` and `/v1/chat/completions` compatibility surfaces.
47-
48-
- **Hosted UI:** AG-UI/A2UI is capability-selected; the established Responses transport remains the fallback when it is unavailable.
49-
- **Event diagnosis:** `ksadk replay <session-id>` reads persisted RuntimeEvent history and can narrow investigation with `--after-seq-id` / `--before-seq-id`. It never runs a model, tool, or approval side effect again.
50-
- **Managed A2A (experimental):** AgentEngine composes trusted ingress through its Gateway and Space-scoped outbound clients. The first external-Agent release supports only `external_public`, governed by `Network.EnablePublicAccess` and a constrained NAT transport; `external_vpc` is not yet available.
51-
- **Codex Managed Runtime (new):** use an `agentengine.yaml` without `agent.py` to debug Codex natively on macOS, Windows, and Linux. Direct deployment sends an inline manifest rather than a KS3 code archive; the cloud selects a pinned Linux Runtime image.
52-
- **Framework migration:** Prefer LangGraph, Google ADK, or the `RuntimeAdapter` contract for new integrations. Legacy LangChain continuity/HITL is not a `0.8` compatibility commitment.
53-
54-
Read the [Codex Managed Runtime guide](https://kingsoftcloud.github.io/ksadk-python/en/docs/framework/guides/managed-runtime/), the [Hosted UI and event replay guide](https://kingsoftcloud.github.io/ksadk-python/en/docs/framework/guides/hosted-ui-events/), the [managed A2A Runtime guide](https://kingsoftcloud.github.io/ksadk-python/en/docs/framework/guides/a2a-runtime/), the [HarnessApp guide](https://kingsoftcloud.github.io/ksadk-python/en/docs/framework/guides/harness-app/), and the [0.8.0 changelog](CHANGELOG.md).
55-
5644
## Why KsADK
5745

5846
Most agent frameworks solve how to build agents. KsADK solves how to run, debug, deploy, and observe them.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ agentengine web . --no-open
4141

4242
<p align="center"><a href="https://raw.githubusercontent.com/kingsoftcloud/ksadk-python/main/docs-site/public/assets/ksadk-local-debugging-demo.gif"><img alt="KsADK 真实本地 Web UI 演示" src="https://raw.githubusercontent.com/kingsoftcloud/ksadk-python/main/docs-site/public/assets/ksadk-local-debugging-demo.gif" width="860" /></a></p>
4343

44-
## 0.8.0 评审候选
45-
46-
`0.8.0` 是正在评审的候选分支,不是已发布的 PyPI/npm 版本。它把 RuntimeEvent、AG-UI/A2UI、A2A、Harness 和 CodexRuntime 统一到同一运行时边界,同时保持 `/v1/responses``/v1/chat/completions` 兼容入口可用。
47-
48-
- **Hosted UI**:AG-UI/A2UI 通过能力协商启用;不能协商时继续使用既有 Responses transport。
49-
- **事件诊断**`ksadk replay <session-id>` 只读回放新 RuntimeEvent 历史,可用事件序号(`seq_id`)窗口缩小排查范围,不会再次执行模型、工具或审批副作用。
50-
- **托管 A2A(实验性)**:AgentEngine 通过 Gateway 装配可信入站和 Space-scoped 出站 client。首期 external Agent 仅支持 `external_public`;它受 `Network.EnablePublicAccess` 控制并使用受限 NAT transport,`external_vpc` 尚不可用。
51-
- **Codex Managed Runtime(新增)**:使用无 `agent.py``agentengine.yaml` 在 macOS、Windows 和 Linux 原生调试 Codex;直接部署发送内联 manifest,不上传 KS3 代码包,云端选择锁定的 Linux Runtime 镜像。
52-
- **框架迁移**:新接入优先使用 LangGraph、Google ADK 或 `RuntimeAdapter`。旧 LangChain 连续性 / HITL 路径不属于 `0.8` 兼容性承诺。
53-
54-
详见[Codex Managed Runtime 指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/managed-runtime/)[Hosted UI 与事件回放指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/hosted-ui-events/)[托管 A2A Runtime 指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/a2a-runtime/)[HarnessApp 指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/harness-app/)[0.8.0 更新日志](CHANGELOG.md)
55-
5644
## 为什么需要 KsADK
5745

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

README.zh-CN.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ agentengine web . --no-open
4141

4242
<p align="center"><img alt="KsADK 真实本地 Web UI 演示" src="docs-site/public/assets/ksadk-local-debugging-demo.gif" width="860" /></p>
4343

44-
## 0.8.0 评审候选
45-
46-
`0.8.0` 是正在评审的候选分支,不是已发布的 PyPI/npm 版本。它把 RuntimeEvent、AG-UI/A2UI、A2A、Harness 和 CodexRuntime 统一到同一运行时边界,同时保持 `/v1/responses``/v1/chat/completions` 兼容入口可用。
47-
48-
- **Hosted UI**:AG-UI/A2UI 通过能力协商启用;不能协商时继续使用既有 Responses transport。
49-
- **事件诊断**`ksadk replay <session-id>` 只读回放新 RuntimeEvent 历史,可用 `--after-seq-id` / `--before-seq-id` 缩小排查窗口,不会再次执行模型、工具或审批副作用。
50-
- **托管 A2A(实验性)**:AgentEngine 通过 Gateway 装配可信入站和 Space-scoped 出站 client。首期 external Agent 仅支持 `external_public`;它受 `Network.EnablePublicAccess` 控制并使用受限 NAT transport,`external_vpc` 尚不可用。
51-
- **Codex Managed Runtime(新增)**:使用无 `agent.py``agentengine.yaml` 在 macOS、Windows 和 Linux 原生调试 Codex;直接部署发送内联 manifest,不上传 KS3 代码包,云端选择锁定的 Linux Runtime 镜像。
52-
- **框架迁移**:新接入优先使用 LangGraph、Google ADK 或 `RuntimeAdapter`。旧 LangChain 连续性 / HITL 路径不属于 `0.8` 兼容性承诺。
53-
54-
详见[Codex Managed Runtime 指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/managed-runtime/)[Hosted UI 与事件回放指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/hosted-ui-events/)[托管 A2A Runtime 指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/a2a-runtime/)[HarnessApp 指南](https://kingsoftcloud.github.io/ksadk-python/cn/docs/framework/guides/harness-app/)[0.8.0 更新日志](CHANGELOG.md)
55-
5644
## 为什么需要 KsADK
5745

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

tests/test_public_release_positioning.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
f"{DOCS_ROOT_URL}cn/docs/framework/guides/observability-tracing/",
1919
f"{DOCS_ROOT_URL}cn/docs/framework/guides/cloud-deployment/",
2020
f"{DOCS_ROOT_URL}cn/docs/framework/guides/hosted-ui-events/",
21-
f"{DOCS_ROOT_URL}cn/docs/framework/guides/a2a-runtime/",
22-
f"{DOCS_ROOT_URL}cn/docs/framework/guides/managed-runtime/",
23-
f"{DOCS_ROOT_URL}cn/docs/framework/guides/harness-app/",
2421
}
2522
EN_DOC_URLS = {
2623
f"{DOCS_ROOT_URL}en/docs/framework/getting-started/quickstart/",
@@ -30,9 +27,6 @@
3027
f"{DOCS_ROOT_URL}en/docs/framework/guides/observability-tracing/",
3128
f"{DOCS_ROOT_URL}en/docs/framework/guides/cloud-deployment/",
3229
f"{DOCS_ROOT_URL}en/docs/framework/guides/hosted-ui-events/",
33-
f"{DOCS_ROOT_URL}en/docs/framework/guides/a2a-runtime/",
34-
f"{DOCS_ROOT_URL}en/docs/framework/guides/managed-runtime/",
35-
f"{DOCS_ROOT_URL}en/docs/framework/guides/harness-app/",
3630
}
3731

3832
_DOCS_LINK_PATTERN = re.compile(
@@ -105,6 +99,8 @@ def test_public_readme_positions_ksadk_as_runtime_platform():
10599
assert "当前版本:" not in readme
106100
assert "发布版本:" not in readme
107101
assert "## 0.6." not in readme
102+
assert "0.8.0" not in readme
103+
assert "评审候选" not in readme
108104

109105

110106
def test_public_readme_language_variants_keep_homepage_shape():
@@ -120,6 +116,8 @@ def test_public_readme_language_variants_keep_homepage_shape():
120116
assert "ksadk-runtime-architecture.png" in text
121117
assert "发布版本:" not in text
122118
assert "## 0.6." not in text
119+
assert "0.8.0" not in text
120+
assert "评审候选" not in text
123121

124122
assert "Kingsoft Cloud Agent Development Kit" in en_readme
125123
assert "ksadk-runtime-platform-hero-wide.png" in en_readme
@@ -129,6 +127,8 @@ def test_public_readme_language_variants_keep_homepage_shape():
129127
assert "ksadk-runtime-architecture.png" not in en_readme
130128
assert "发布版本:" not in en_readme
131129
assert "## 0.6." not in en_readme
130+
assert "0.8.0" not in en_readme
131+
assert "Review Candidate" not in en_readme
132132

133133
assert _github_pages_urls(root_readme) == {DOCS_ROOT_URL, *ZH_DOC_URLS}
134134
assert _github_pages_urls(zh_readme) == {DOCS_ROOT_URL, *ZH_DOC_URLS}

0 commit comments

Comments
 (0)