From 60812fa4205b97e03c9fb5e53e40b87a83a34314 Mon Sep 17 00:00:00 2001 From: Prism Date: Sat, 21 Mar 2026 19:49:18 +0800 Subject: [PATCH 1/5] Update README-zh.md with new SDK announcement Added announcement for ChatDev Python SDK release with installation details. --- README-zh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-zh.md b/README-zh.md index ad33e505..df83768f 100755 --- a/README-zh.md +++ b/README-zh.md @@ -25,6 +25,8 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面 ## 🎉 新闻 • **2026年1月7日:🚀 我们非常高兴地宣布 ChatDev 2.0 (DevAll) 正式发布!** 该版本引入了全新的零代码多智能体编排平台。经典的 ChatDev (v1.x) 已移至 [`chatdev1.0`](https://github.com/OpenBMB/ChatDev/tree/chatdev1.0) 分支进行维护。 +• **2026年3月21日:🚀 我们发布了 ChatDev Python SDK(PyPI 包 `chatdev`)**,便于在 Python 中直接运行 YAML 工作流编排并执行多智能体任务。安装详情与版本说明见 [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/)。 +
历史新闻 From 41e84d26217a8dfe0ea7b7c545691830edb1b53e Mon Sep 17 00:00:00 2001 From: Prism Date: Sat, 21 Mar 2026 19:52:44 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b69fdad6..730fe9dc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ ChatDev has evolved from a specialized software development multi-agent system i ## 🎉 News • **Jan 07, 2026: 🚀 We are excited to announce the official release of ChatDev 2.0 (DevAll)!** This version introduces a zero-code multi-agent orchestration platform. The classic ChatDev (v1.x) has been moved to the [`chatdev1.0`](https://github.com/OpenBMB/ChatDev/tree/chatdev1.0) branch for maintenance. More details about ChatDev 2.0 can be found on [our official post](https://x.com/OpenBMB/status/2008916790399701335). +• **March 21, 2026: 🚀 We have released the ChatDev Python SDK (PyPI package chatdev)**, so you can run YAML workflow and multi-agent tasks directly in Python. For installation and version details, see [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/). +
Old News From 2d4515232446cd944cc9dd3ebd968499ebb1d073 Mon Sep 17 00:00:00 2001 From: Prism Date: Sat, 21 Mar 2026 19:53:47 +0800 Subject: [PATCH 3/5] Fix formatting in README news section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 730fe9dc..c78be334 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ChatDev has evolved from a specialized software development multi-agent system i ## 🎉 News • **Jan 07, 2026: 🚀 We are excited to announce the official release of ChatDev 2.0 (DevAll)!** This version introduces a zero-code multi-agent orchestration platform. The classic ChatDev (v1.x) has been moved to the [`chatdev1.0`](https://github.com/OpenBMB/ChatDev/tree/chatdev1.0) branch for maintenance. More details about ChatDev 2.0 can be found on [our official post](https://x.com/OpenBMB/status/2008916790399701335). -• **March 21, 2026: 🚀 We have released the ChatDev Python SDK (PyPI package chatdev)**, so you can run YAML workflow and multi-agent tasks directly in Python. For installation and version details, see [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/). +• **March 21, 2026: 🚀 We have released the ChatDev Python SDK (PyPI package `chatdev`)**, so you can run YAML workflow and multi-agent tasks directly in Python. For installation and version details, see [PyPI: chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/).
Old News From 5e6a0c337ae5e97bf743c11544494fa8e251f9af Mon Sep 17 00:00:00 2001 From: Prism Date: Sun, 22 Mar 2026 01:05:51 +0800 Subject: [PATCH 4/5] Add ChatDev Python SDK release announcement Added announcement for the ChatDev Python SDK release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c78be334..b14c5734 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ ChatDev has evolved from a specialized software development multi-agent system i ## 🎉 News • **Jan 07, 2026: 🚀 We are excited to announce the official release of ChatDev 2.0 (DevAll)!** This version introduces a zero-code multi-agent orchestration platform. The classic ChatDev (v1.x) has been moved to the [`chatdev1.0`](https://github.com/OpenBMB/ChatDev/tree/chatdev1.0) branch for maintenance. More details about ChatDev 2.0 can be found on [our official post](https://x.com/OpenBMB/status/2008916790399701335). -• **March 21, 2026: 🚀 We have released the ChatDev Python SDK (PyPI package `chatdev`)**, so you can run YAML workflow and multi-agent tasks directly in Python. For installation and version details, see [PyPI: chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/). -
Old News @@ -261,6 +259,8 @@ if result.final_message: print(f"Output: {result.final_message.text_content()}") ``` +**We have released the ChatDev Python SDK (PyPI package `chatdev`)**, so you can also run YAML workflow and multi-agent tasks directly in Python. For installation and version details, see [PyPI: chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/). + --- From 5ed6dfeea669a2b18c5382503a3d0d9d12475455 Mon Sep 17 00:00:00 2001 From: Prism Date: Sun, 22 Mar 2026 01:07:58 +0800 Subject: [PATCH 5/5] Add ChatDev Python SDK announcement to README Added announcement for ChatDev Python SDK in the news section. --- README-zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index df83768f..d30c5fb6 100755 --- a/README-zh.md +++ b/README-zh.md @@ -25,8 +25,6 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面 ## 🎉 新闻 • **2026年1月7日:🚀 我们非常高兴地宣布 ChatDev 2.0 (DevAll) 正式发布!** 该版本引入了全新的零代码多智能体编排平台。经典的 ChatDev (v1.x) 已移至 [`chatdev1.0`](https://github.com/OpenBMB/ChatDev/tree/chatdev1.0) 分支进行维护。 -• **2026年3月21日:🚀 我们发布了 ChatDev Python SDK(PyPI 包 `chatdev`)**,便于在 Python 中直接运行 YAML 工作流编排并执行多智能体任务。安装详情与版本说明见 [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/)。 -
历史新闻 @@ -260,6 +258,8 @@ if result.final_message: print(f"Output: {result.final_message.text_content()}") ``` +**我们也发布了 ChatDev Python SDK(PyPI 包 `chatdev`)**,便于在 Python 中直接运行 YAML 工作流编排并执行多智能体任务。安装详情与版本说明见 [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/)。 + ---