Skip to content

Commit 5e6a0c3

Browse files
authored
Add ChatDev Python SDK release announcement
Added announcement for the ChatDev Python SDK release.
1 parent 2d45152 commit 5e6a0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ ChatDev has evolved from a specialized software development multi-agent system i
2525
## 🎉 News
2626
**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).
2727

28-
**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/).
29-
3028
<details>
3129
<summary>Old News</summary>
3230

@@ -261,6 +259,8 @@ if result.final_message:
261259
print(f"Output: {result.final_message.text_content()}")
262260
```
263261
262+
**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/).
263+
264264
---
265265
266266
<a id="developers"></a>

0 commit comments

Comments
 (0)