From 5e6a0c337ae5e97bf743c11544494fa8e251f9af Mon Sep 17 00:00:00 2001 From: Prism Date: Sun, 22 Mar 2026 01:05:51 +0800 Subject: [PATCH] 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/). + ---