Skip to content

Commit 3c72d86

Browse files
authored
Merge pull request #586 from ACE-Prism/main
Release the ChatDev Python SDK
2 parents 8ec59f7 + 5ed6dfe commit 3c72d86

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README-zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ if result.final_message:
258258
print(f"Output: {result.final_message.text_content()}")
259259
```
260260
261+
**我们也发布了 ChatDev Python SDK(PyPI 包 `chatdev`**,便于在 Python 中直接运行 YAML 工作流编排并执行多智能体任务。安装详情与版本说明见 [PyPI:chatdev 0.1.0](https://pypi.org/project/chatdev/0.1.0/)。
262+
261263
---
262264
263265
<a id="开发者"></a>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ if result.final_message:
259259
print(f"Output: {result.final_message.text_content()}")
260260
```
261261
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+
262264
---
263265
264266
<a id="developers"></a>

0 commit comments

Comments
 (0)