From 656de7ababe936d9acec987088e1480dad975871 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:17:12 +0800 Subject: [PATCH] Update README-Chinese.md --- readme/README-Chinese.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 7f32795..7193a54 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -16,8 +16,34 @@ - ChatDev的主要目标是提供一个基于大型语言模型(LLM)的**易于使用**、**高度可定制**并且**可扩展**的框架,它是研究群体智能的理想场景。 ## 📰 新闻 +* **2024年1月25日: 我们在 ChatDev 中集成了 "Experiential Co-Learning" 模块. 尽请查阅 [Experiential Co-Learning 指南](wiki.md#co-tracking).** +* 2023年12月28日: 我们发布了**Experiential Co-Learning**这一新范式。在这种方法中,instructor和assistant两个智能体可以积累面向shorcut-oriented的经验,从而减少重复性错误提高效率且有效地解决新任务。 具体查看我们的预印本论文: https://arxiv.org/abs/2312.17025 and this technique will soon be integrated into ChatDev. +

+ +

+* 2023年11月15日: 我们基于ChatDev发布了SaaS零代码平台,使软件开发人员和创新者能够以极低的成本和门槛高效地构建软件. 网页端链接: https://chatdev.modelbest.cn/。 +

+ +

+- 2023年11月2号: 现已推出 **Incremental development**模式,允许ChatDev多智能体针对已有代码的文件进行增量开发. 尝试 `--config "incremental" --path "[source_code_directory_path]"` 来驱动。 +

+ +

-- **2023年9月1日:Art模式现已可用!您可以使用智能体生成软件中使用的图像,尝试 `python3 run.py --config "Art"`。** +- 2023年10月26日: ChatDev现在支持使用Docker进行更安全的简便操作 (感谢贡献者 [ManindraDeMel](https://github.com/ManindraDeMel)). 请参照 [Docker使用指南](wiki.md#docker-start). +

+ +

+- 2023年9月25日: **Git** 模式现在已可用, 可以驱动programmer 去使用Git进行版本控制。 想要尝试这个功能, 可简便地在``ChatChainConfig.json``中,将 ``"git_management"`` 的开关改为 ``"True"`` 。 具体可见 [指引](wiki.md#git-mode). +

+ +

+- 2023年9月20日:**Human-Agent-Interaction** 模式现在已可用! 您可以扮演reviewer 的角色,参与到ChatDev智能体团队的工作流程中,并给在代码上给予programmer 建议; + 尝试 ``python3 run.py --task [description_of_your_idea] --config "Human"``. 具体见 [指引](wiki.md#human-agent-interaction) 和 [示例](WareHouse/Gomoku_HumanAgentInteraction_20230920135038)。 +

+ +

+- 2023年9月1日:Art模式现已可用!您可以使用智能体生成软件中使用的图像,尝试 `python3 run.py --config "Art"`。** 请参见此处的[示例](../WareHouse/gomokugameArtExample_THUNLP_20230831122822)。 - 2023年8月28日:系统已公开提供使用。 - 2023年8月17日:V1.0.0版本已准备好发布。