From 2d4515232446cd944cc9dd3ebd968499ebb1d073 Mon Sep 17 00:00:00 2001 From: Prism Date: Sat, 21 Mar 2026 19:53:47 +0800 Subject: [PATCH] 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