diff --git a/README-zh.md b/README-zh.md index ad33e505..d30c5fb6 100755 --- a/README-zh.md +++ b/README-zh.md @@ -258,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/)。 + --- diff --git a/README.md b/README.md index b69fdad6..b14c5734 100644 --- a/README.md +++ b/README.md @@ -259,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/). + ---