Skip to content

Commit 86b11b9

Browse files
authored
[Hotfix] Dev/readme/hotfix1103 (#159)
1 parent 2063036 commit 86b11b9

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
## 🆕 NEWS
3434

35-
* **[2025-10]** We released `v0.2.0` — introducing **`AgentApp` API server support**, enabling easy use of agent applications and custom API endpoints through synchronous, asynchronous, and streaming interfaces. Check our [cookbook](https://runtime.agentscope.io/en/sandbox.html#sandbox-usage) for more details.
35+
* **[2025-10]** We released `v0.2.0` — introducing **`AgentApp` API server support**, enabling easy use of agent applications and custom API endpoints through synchronous, asynchronous, and streaming interfaces. Check our [cookbook](https://runtime.agentscope.io/en/agent_app.html) for more details.
3636
* **[2025-10]** **GUI Sandbox** is added with support for virtual desktop environments, mouse, keyboard, and screen operations. Introduced the **`desktop_url`** property for GUI Sandbox, Browser Sandbox, and Filesystem Sandbox — allowing direct access to the virtual desktop via your browser. Check our [cookbook](https://runtime.agentscope.io/en/sandbox.html#sandbox-usage) for more details.
3737

3838
---
@@ -293,7 +293,7 @@ agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-ba
293293

294294
---
295295

296-
## 🔌 Agent Framework Integration
296+
## 🔌 Other Agent Framework Integration
297297

298298
### Agno Integration
299299

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
## 🆕 新闻
3434

35-
* **[2025-10]** 我们发布了 `v0.2.0` ——新增了 **`AgentApp` API 服务器支持**,支持通过同步、异步和流式接口轻松使用智能体应用和自定义API入口。更多详情请查看我们的[cookbook](https://runtime.agentscope.io/en/sandbox.html#sandbox-usage)
35+
* **[2025-10]** 我们发布了 `v0.2.0` ——新增了 **`AgentApp` API 服务器支持**,支持通过同步、异步和流式接口轻松使用智能体应用和自定义API入口。更多详情请查看我们的[cookbook](https://runtime.agentscope.io/zh/agent_app.html)
3636
* **[2025-10]** 添加了 **GUI Sandbox**,支持虚拟桌面环境、鼠标、键盘以及屏幕操作。引入了 **`desktop_url`** 属性,适用于 GUI Sandbox、Browser Sandbox 和 Filesystem Sandbox —— 允许通过浏览器直接访问虚拟桌面。详情请参阅我们的 [cookbook](https://runtime.agentscope.io/zh/sandbox.html#id18)
3737

3838
---
@@ -291,7 +291,7 @@ agentscope-registry.ap-southeast-1.cr.aliyuncs.com/myteam/runtime-sandbox-base:p
291291

292292
---
293293

294-
## 🔌 智能体框架集成
294+
## 🔌 其他智能体框架集成
295295

296296
### Agno集成
297297

cookbook/en/advanced_deployment.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export KUBECONFIG="/path/to/your/kubeconfig"
7575
- OSS (Object Storage Service) access
7676
- ModelStudio workspace configured
7777

78+
(common-agent-setup)=
79+
7880
## Common Agent Setup
7981

8082
All deployment methods share the same agent and endpoint configuration. Let's first create our base agent and define the endpoints:
@@ -158,7 +160,7 @@ print("✅ Agent and endpoints configured successfully")
158160

159161
### Implementation
160162

161-
Using the agent and endpoints defined in the [Common Agent Setup](#common-agent-setup) section:
163+
Using the agent and endpoints defined in the {ref}`Common Agent Setup<common-agent-setup>` section:
162164

163165
```{code-cell}
164166
# daemon_deploy.py
@@ -233,7 +235,7 @@ print(response)
233235

234236
### Implementation
235237

236-
Using the agent and endpoints defined in the [Common Agent Setup](#common-agent-setup) section:
238+
Using the agent and endpoints defined in the {ref}`Common Agent Setup<common-agent-setup>` section:
237239

238240
```{code-cell}
239241
# detached_deploy.py
@@ -329,7 +331,7 @@ docker login your-registry
329331

330332
### Implementation
331333

332-
Using the agent and endpoints defined in the [Common Agent Setup](#common-agent-setup) section:
334+
Using the agent and endpoints defined in the {ref}`Common Agent Setup<common-agent-setup>` section:
333335

334336
```{code-cell}
335337
# k8s_deploy.py
@@ -422,7 +424,7 @@ export OSS_ACCESS_KEY_SECRET="your-oss-access-key-secret"
422424

423425
### Implementation
424426

425-
Using the agent and endpoints defined in the [Common Agent Setup](#common-agent-setup) section:
427+
Using the agent and endpoints defined in the {ref}`Common Agent Setup<common-agent-setup>` section:
426428

427429
```{code-cell}
428430
# modelstudio_deploy.py

cookbook/zh/advanced_deployment.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ export KUBECONFIG="/path/to/your/kubeconfig"
6969
- 已配置kubectl
7070
- 容器镜像仓库访问权限(用于推送镜像)
7171

72+
(zh-common-agent-setup)=
73+
7274
## 通用智能体配置
7375

7476
所有部署方法共享相同的智能体和端点配置。让我们首先创建基础智能体并定义端点:
@@ -152,7 +154,7 @@ print("✅ 智能体和端点配置成功")
152154

153155
### 实现
154156

155-
使用[通用智能体配置](#通用智能体配置)部分定义的智能体和端点:
157+
使用 {ref}`通用智能体配置<zh-common-agent-setup>` 部分定义的智能体和端点:
156158

157159
```{code-cell}
158160
# daemon_deploy.py
@@ -227,7 +229,7 @@ print(response)
227229

228230
### 实现
229231

230-
使用[通用智能体配置](#通用智能体配置)部分定义的智能体和端点:
232+
使用 {ref}`通用智能体配置<zh-common-agent-setup>` 部分定义的智能体和端点:
231233

232234
```{code-cell}
233235
# detached_deploy.py
@@ -323,7 +325,7 @@ docker login your-registry
323325

324326
### 实现
325327

326-
使用[通用智能体配置](#通用智能体配置)部分定义的智能体和端点:
328+
使用 {ref}`通用智能体配置<zh-common-agent-setup>` 部分定义的智能体和端点:
327329

328330
```{code-cell}
329331
# k8s_deploy.py
@@ -416,7 +418,7 @@ export OSS_ACCESS_KEY_SECRET="your-oss-access-key-secret"
416418

417419
### 实现
418420

419-
使用[通用智能体配置](#通用智能体配置)部分定义的智能体和端点:
421+
使用 {ref}`通用智能体配置<zh-common-agent-setup>` 部分定义的智能体和端点:
420422

421423
```{code-cell}
422424
# modelstudio_deploy.py

0 commit comments

Comments
 (0)