Skip to content

Commit 5ed6dfe

Browse files
authored
Add ChatDev Python SDK announcement to README
Added announcement for ChatDev Python SDK in the news section.
1 parent 5e6a0c3 commit 5ed6dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面
2525
## 🎉 新闻
2626
**2026年1月7日:🚀 我们非常高兴地宣布 ChatDev 2.0 (DevAll) 正式发布!** 该版本引入了全新的零代码多智能体编排平台。经典的 ChatDev (v1.x) 已移至 [`chatdev1.0`](https://github.com/OpenBMB/ChatDev/tree/chatdev1.0) 分支进行维护。
2727

28-
**2026年3月21日:🚀 我们发布了 ChatDev Python SDK(PyPI 包 `chatdev`**,便于在 Python 中直接运行 YAML 工作流编排并执行多智能体任务。安装详情与版本说明见 [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/)
29-
3028
<details>
3129
<summary>历史新闻</summary>
3230

@@ -260,6 +258,8 @@ if result.final_message:
260258
print(f"Output: {result.final_message.text_content()}")
261259
```
262260
261+
**我们也发布了 ChatDev Python SDK(PyPI 包 `chatdev`**,便于在 Python 中直接运行 YAML 工作流编排并执行多智能体任务。安装详情与版本说明见 [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/)。
262+
263263
---
264264
265265
<a id="开发者"></a>

0 commit comments

Comments
 (0)