From 656de7ababe936d9acec987088e1480dad975871 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:17:12 +0800 Subject: [PATCH 01/29] 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 7f32795c..7193a541 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版本已准备好发布。 From 2bc78021e5112a6a28cdafba8e939d34d9bbbd5b Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:18:36 +0800 Subject: [PATCH 02/29] Update README-Chinese.md --- readme/README-Chinese.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 7193a541..145b1040 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -16,8 +16,8 @@ - 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. +* **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.

From 9e19f2729c7a5368cfeacaa32b23604622aa70b3 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:23:04 +0800 Subject: [PATCH 03/29] Update README-Chinese.md --- readme/README-Chinese.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 145b1040..aaf3c80a 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -19,29 +19,29 @@ * **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年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)。 From 34b6f3154615a49cd569ebccdce015ed6532d65a Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:24:17 +0800 Subject: [PATCH 04/29] Update README-Chinese.md --- readme/README-Chinese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index aaf3c80a..5d161c62 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -19,7 +19,7 @@ * **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/。

From 791c8e19ab6abf049febc46b3d70076ea3ea76b6 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:28:38 +0800 Subject: [PATCH 05/29] Update README-Chinese.md --- readme/README-Chinese.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 5d161c62..23ecb52d 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -19,7 +19,7 @@ * **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/。

@@ -27,7 +27,7 @@

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

- +

- 2023年10月26日: ChatDev现在支持使用Docker进行更安全的简便操作 (感谢贡献者 [ManindraDeMel](https://github.com/ManindraDeMel)). 请参照 [Docker使用指南](wiki.md#docker-start). From a22300967cc9838d6721a0cfa89e06c0420348b0 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:29:04 +0800 Subject: [PATCH 06/29] Update README-Chinese.md --- readme/README-Chinese.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 23ecb52d..8ea7f3f9 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -23,7 +23,7 @@

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

- +

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

@@ -32,16 +32,16 @@ - 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)。 From fbb0202cd53af334721445f8d89307fb20c2724f Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:29:56 +0800 Subject: [PATCH 07/29] Update README-Chinese.md --- readme/README-Chinese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 8ea7f3f9..31bfdada 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -16,7 +16,7 @@ - ChatDev的主要目标是提供一个基于大型语言模型(LLM)的**易于使用**、**高度可定制**并且**可扩展**的框架,它是研究群体智能的理想场景。 ## 📰 新闻 -* **2024年1月25日: 我们在 ChatDev 中集成更新了 "Experiential Co-Learning" 模块。尽请查阅 [Experiential Co-Learning 指南](wiki.md#co-tracking).** +* **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.

From 340b40f09f2cf5c75ce8273ed6ad48e8303cdebf Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:32:35 +0800 Subject: [PATCH 08/29] Update README-Chinese.md --- readme/README-Chinese.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 31bfdada..2a9903cc 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -17,7 +17,7 @@ ## 📰 新闻 * **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年12月28日: 我们发布了**Experiential Co-Learning**这一新范式。在这种方法中,instructor和assistant两个智能体可以积累shorcut-oriented的经验,从而减少重复性错误提高效率且有效地解决新任务。 如意兴趣可查看我们的预印本论文: https://arxiv.org/abs/2312.17025 并且这个技术将很快合并到ChatDev开源版本。

@@ -30,16 +30,16 @@

-- 2023年10月26日: ChatDev现在支持使用Docker进行更安全的简便操作 (感谢贡献者 [ManindraDeMel](https://github.com/ManindraDeMel)). 请参照 [Docker使用指南](wiki.md#docker-start). +- 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月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月20日:**Human-Agent-Interaction** 模式现在已可用! 您可以扮演reviewer <../img src='../visualizer/static/figures/reviewer.png' height=20> 的角色,参与到ChatDev智能体团队的工作流程中,并给在代码上给予programmer 建议; + 尝试 ``python3 run.py --task [description_of_your_idea] --config "Human"``. 具体见 [指引](../wiki.md#human-agent-interaction) 和 [示例](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038)。

From 0e179165596e24030fe660b676d20d41369a8913 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:34:17 +0800 Subject: [PATCH 09/29] Update README-Chinese.md --- readme/README-Chinese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 2a9903cc..fa36cd1d 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -17,7 +17,7 @@ ## 📰 新闻 * **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 并且这个技术将很快合并到ChatDev开源版本。 +* 2023年12月28日: 我们发布了**Experiential Co-Learning**这一新范式。在这种方法中,instructor和assistant两个智能体可以积累shorcut-oriented的经验,从而减少重复性错误提高效率且有效地解决新任务。 如意兴趣可查看我们的预印本论文: https://arxiv.org/abs/2312.17025, 这个技术也和尽快合并到ChatDev的开源版本,敬请期待。

From 722b441dea393e072e8db453ac75d0ebe28fff48 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:36:16 +0800 Subject: [PATCH 10/29] Update README-Chinese.md --- readme/README-Chinese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index fa36cd1d..f0e7cc27 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -17,7 +17,7 @@ ## 📰 新闻 * **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, 这个技术也和尽快合并到ChatDev的开源版本,敬请期待。 +* 2023年12月28日: 我们发布了新范式"**Experiential Co-Learning**"。在这个方法中,instructor和assistant两个智能体可以积累shorcut-oriented的经验,从而减少重复性错误提高效率且有效地解决新任务。 如意兴趣可查看我们的[预印本论文](https://arxiv.org/abs/2312.17025), 相关技术我们也会尽快合并到ChatDev的开源版本,敬请期待。

From 8618a7b50d17be6d9b8e2ce43691c0e974709da9 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:36:54 +0800 Subject: [PATCH 11/29] Update README-Chinese.md --- readme/README-Chinese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index f0e7cc27..e436e4d8 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -21,7 +21,7 @@

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

From 1d71f3a927e4a34e6d25212ca0558e8604c70823 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:38:00 +0800 Subject: [PATCH 12/29] Update README-Chinese.md --- readme/README-Chinese.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index e436e4d8..9927dbeb 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -25,12 +25,12 @@

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

-- 2023年10月26日: ChatDev现在支持使用Docker进行更安全的简便操作 (感谢贡献者 [ManindraDeMel](https://github.com/ManindraDeMel)). 请参照 [Docker使用指南](../wiki.md#docker-start). +- 2023年10月26日: ChatDev现在支持使用Docker进行更安全的简便操作 (感谢贡献者 [ManindraDeMel](https://github.com/ManindraDeMel))。 请参照 [Docker使用指南](../wiki.md#docker-start).

From db32ea7b091577daa14c4d002cba16547d8c55d7 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:55:45 +0800 Subject: [PATCH 13/29] Update README-Chinese.md --- readme/README-Chinese.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 9927dbeb..be42a283 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -11,34 +11,34 @@ ## 📖 概述 - **ChatDev** 是一家**虚拟软件公司**,通过各种不同角色的**智能体** - 运营,包括执行官、技术官、程序员、测试员等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 + 运营,包括执行官 ,产品官 , 技术官 , 程序员 , 审查员 , 测试员 , 艺术设计者 等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 **协作**,包括设计、编码、测试和文档编写等任务。 - 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), 相关技术我们也会尽快合并到ChatDev的开源版本,敬请期待。 +* **2024年1月25日: 已在 ChatDev 中更新了 "Experiential Co-Learning" 模块。尽请查阅 [Experiential Co-Learning 指南](../wiki.md#co-tracking)**。 +* 2023年12月28日: 我们发布了新范式"**Experiential Co-Learning**"。在这个方法中,instructor和assistant两个智能体通过积累以捷径为导向的经验来有效解决新任务,减少重复性错误并提高效率。 如有兴趣可查看我们的[预印本论文](https://arxiv.org/abs/2312.17025), 相关技术我们也会尽快合并到ChatDev的开源版本,敬请期待。

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

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

-- 2023年10月26日: ChatDev现在支持使用Docker进行更安全的简便操作 (感谢贡献者 [ManindraDeMel](https://github.com/ManindraDeMel))。 请参照 [Docker使用指南](../wiki.md#docker-start). +- 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月25日: **Git** 模式现在已可用:使程序员 去使用Git进行版本控制。 想要尝试这个功能, 可简便地在``ChatChainConfig.json``中,将 ``"git_management"`` 的开关改为 ``"True"`` 。 具体可见 [指引](../wiki.md#git-mode).

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

From 3c29ef7a40b7e2391d03ca8f3a41796bc9491a12 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:56:19 +0800 Subject: [PATCH 14/29] Update README-Chinese.md --- readme/README-Chinese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index be42a283..efc93488 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -11,7 +11,7 @@ ## 📖 概述 - **ChatDev** 是一家**虚拟软件公司**,通过各种不同角色的**智能体** - 运营,包括执行官 ,产品官 , 技术官 , 程序员 , 审查员 , 测试员 , 艺术设计者 等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 + 运营,包括执行官 ,产品官 , 技术官 , 程序员 , 审查员 , 测试员 , 艺术设计者 等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 **协作**,包括设计、编码、测试和文档编写等任务。 - ChatDev的主要目标是提供一个基于大型语言模型(LLM)的**易于使用**、**高度可定制**并且**可扩展**的框架,它是研究群体智能的理想场景。 From ebe012a3b1341031004e1750f7dd3dce5e5c98ec Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 20:59:40 +0800 Subject: [PATCH 15/29] Update README-Chinese.md --- readme/README-Chinese.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index efc93488..387ff216 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -11,7 +11,7 @@ ## 📖 概述 - **ChatDev** 是一家**虚拟软件公司**,通过各种不同角色的**智能体** - 运营,包括执行官 ,产品官 , 技术官 , 程序员 , 审查员 , 测试员 , 艺术设计者 等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 + 运营,包括执行官 ,产品官 , 技术官 , 程序员 , 审查员 , 测试员 , 设计师 等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 **协作**,包括设计、编码、测试和文档编写等任务。 - ChatDev的主要目标是提供一个基于大型语言模型(LLM)的**易于使用**、**高度可定制**并且**可扩展**的框架,它是研究群体智能的理想场景。 @@ -43,7 +43,7 @@

-- 2023年9月1日:Art模式现已可用!您可以使用智能体生成软件中使用的图像,尝试 `python3 run.py --config "Art"`。** +- 2023年9月1日:**Art**模式现已可用!您可以驱动设计师 生成软件中所需的图像。可通过 `python3 run.py --config "Art"`尝试。** 请参见此处的[示例](../WareHouse/gomokugameArtExample_THUNLP_20230831122822)。 - 2023年8月28日:系统已公开提供使用。 - 2023年8月17日:V1.0.0版本已准备好发布。 From 93eb78d7077e98fcdad64ae191fe766b080f761b Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 21:01:50 +0800 Subject: [PATCH 16/29] Update README-Chinese.md --- readme/README-Chinese.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 387ff216..768edd23 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -11,7 +11,7 @@ ## 📖 概述 - **ChatDev** 是一家**虚拟软件公司**,通过各种不同角色的**智能体** - 运营,包括执行官 ,产品官 , 技术官 , 程序员 , 审查员 , 测试员 , 设计师 等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 + 运营,包括执行官,产品官,技术官,程序员 ,审查员,测试员,设计师 等。这些智能体形成了一个多智能体组织结构,其使命是“通过编程改变数字世界”。ChatDev内的智能体通过参加专业的功能研讨会来 **协作**,包括设计、编码、测试和文档编写等任务。 - ChatDev的主要目标是提供一个基于大型语言模型(LLM)的**易于使用**、**高度可定制**并且**可扩展**的框架,它是研究群体智能的理想场景。 @@ -34,16 +34,16 @@

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

-- 2023年9月20日:**Human-Agent-Interaction** 模式现在已可用! 您可以扮演审查员 <../img src='../visualizer/static/figures/reviewer.png' height=20> 的角色,参与到ChatDev智能体团队的工作流程中,给予程序员 建议; +- 2023年9月20日:**Human-Agent-Interaction** 模式现在已可用! 您可以扮演审查员 的角色,参与到ChatDev智能体团队的工作流程中,给予程序员 建议; 尝试 ``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"`尝试。** +- 2023年9月1日:**Art**模式现已可用!您可以驱动设计师 生成软件中所需的图像。可通过 `python3 run.py --config "Art"`尝试。** 请参见此处的[示例](../WareHouse/gomokugameArtExample_THUNLP_20230831122822)。 - 2023年8月28日:系统已公开提供使用。 - 2023年8月17日:V1.0.0版本已准备好发布。 From dd0eaf4e3fc975914121c33c50bbafb75280680a Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 21:21:53 +0800 Subject: [PATCH 17/29] Update README-Chinese.md --- readme/README-Chinese.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 768edd23..33056717 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -124,6 +124,10 @@ https://github.com/OpenBMB/ChatDev/assets/11889052/80d01d2f-677b-4399-ad8b-f7af9 cd WareHouse/project_name_DefaultOrganization_timestamp python main.py ``` + +### 🐳 Quickstart with Docker + +- 我们感谢 [ManindraDeMel](https://github.com/ManindraDeMel) 提供Docker的支持。具体请参照 [Docker指南](wiki.md#docker-start)使用。 ## ✨️ 进阶技能 @@ -157,21 +161,14 @@ request一样简单。这是一个示例:执行命令`python3 run.py --task "d **参观社区制造分享的[软件](../Contribution.md)!** -### 软件分享者 +## 👨‍💻‍ 软件贡献者 + + + + + +由 [contrib.rocks](https://contrib.rocks) 自动生成。 -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor -Contributor ## 📑 引用 @@ -200,6 +197,13 @@ request一样简单。这是一个示例:执行命令`python3 run.py --task "d - 源代码采用Apache 2.0许可证授权。 - 数据集采用CC BY NC 4.0许可证授权,仅允许非商业用途。请注意,使用这些数据集训练的任何模型不应用于研究以外的其他目的。 +## 🤝 致谢 + +   +   +   + + ## 联系方式 From 8cec9ded12679c7696d6806ed105ec372b221406 Mon Sep 17 00:00:00 2001 From: Alpha Liu Date: Thu, 25 Jan 2024 21:24:42 +0800 Subject: [PATCH 18/29] Update README-Chinese.md --- readme/README-Chinese.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme/README-Chinese.md b/readme/README-Chinese.md index 33056717..c3007684 100644 --- a/readme/README-Chinese.md +++ b/readme/README-Chinese.md @@ -125,9 +125,10 @@ https://github.com/OpenBMB/ChatDev/assets/11889052/80d01d2f-677b-4399-ad8b-f7af9 python main.py ``` -### 🐳 Quickstart with Docker +## 🐳 通过Docker执行ChatDev + +- 我们感谢 [ManindraDeMel](https://github.com/ManindraDeMel) 提供Docker的支持。具体请参照 [Docker指南](wiki.md#docker-start) 使用。 -- 我们感谢 [ManindraDeMel](https://github.com/ManindraDeMel) 提供Docker的支持。具体请参照 [Docker指南](wiki.md#docker-start)使用。 ## ✨️ 进阶技能 @@ -199,9 +200,9 @@ request一样简单。这是一个示例:执行命令`python3 run.py --task "d ## 🤝 致谢 -   -   -   +   +   +   From d6bc2f6193f0807b24b0d5df35c35871fbe3628c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:20:47 +0000 Subject: [PATCH 19/29] Bump pillow from 10.1.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f17c9ba8..2ed444eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ tiktoken==0.4.0 virtualenv==20.23.0 Werkzeug==2.3.6 Markdown==3.4.4 -Pillow==10.1.0 +Pillow==10.2.0 Wikipedia-API==0.6.0 beautifulsoup4==4.12.2 \ No newline at end of file From bc01cb1d48164112bcb3281d2c19073bdc631888 Mon Sep 17 00:00:00 2001 From: Yufan Dang <92134380+NA-Wen@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:47:06 +0800 Subject: [PATCH 20/29] Update requirements.txt for ECL Update requirements.txt for ECL --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ed444eb..0e9f2813 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,7 @@ Werkzeug==2.3.6 Markdown==3.4.4 Pillow==10.2.0 Wikipedia-API==0.6.0 -beautifulsoup4==4.12.2 \ No newline at end of file +beautifulsoup4==4.12.2 +faiss-cpu==1.7.4 +pyyaml==6.0 +easydict==1.10 From 8fb2e26fe5c1aa49faf469bb65ccf7fe957bf1d9 Mon Sep 17 00:00:00 2001 From: Yufan Dang <92134380+NA-Wen@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:48:22 +0800 Subject: [PATCH 21/29] Update ChatChainConfig.json for ECL Update ChatChainConfig.json in art mode for ECL --- CompanyConfig/Art/ChatChainConfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CompanyConfig/Art/ChatChainConfig.json b/CompanyConfig/Art/ChatChainConfig.json index bd79741e..6671ea90 100644 --- a/CompanyConfig/Art/ChatChainConfig.json +++ b/CompanyConfig/Art/ChatChainConfig.json @@ -118,5 +118,6 @@ "self_improve": "False", "web_spider": "False", "incremental_develop": "False", + "with_memory": "True", "background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'." -} \ No newline at end of file +} From 01b2ab3e8d8f5f3ba407241e6dd70d7213dad7e3 Mon Sep 17 00:00:00 2001 From: Yufan Dang <92134380+NA-Wen@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:49:05 +0800 Subject: [PATCH 22/29] Update ChatChainConfig.json for ECL Update ChatChainConfig.json of human mode for ECL --- CompanyConfig/Human/ChatChainConfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CompanyConfig/Human/ChatChainConfig.json b/CompanyConfig/Human/ChatChainConfig.json index 1273717c..7b2bb640 100644 --- a/CompanyConfig/Human/ChatChainConfig.json +++ b/CompanyConfig/Human/ChatChainConfig.json @@ -112,5 +112,6 @@ "self_improve": "False", "web_spider": "False", "incremental_develop": "False", + "with_memory": "True", "background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'." } From e8a00d9ab9596643ad2662b6a25b736161ff81da Mon Sep 17 00:00:00 2001 From: Yufan Dang <92134380+NA-Wen@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:49:44 +0800 Subject: [PATCH 23/29] Update ChatChainConfig.json for ECL Update ChatChainConfig.json in incremental mode for ECL --- CompanyConfig/Incremental/ChatChainConfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CompanyConfig/Incremental/ChatChainConfig.json b/CompanyConfig/Incremental/ChatChainConfig.json index fed85421..58c614a8 100644 --- a/CompanyConfig/Incremental/ChatChainConfig.json +++ b/CompanyConfig/Incremental/ChatChainConfig.json @@ -93,5 +93,6 @@ "self_improve": "False", "web_spider": "False", "incremental_develop": "True", + "with_memory": "True", "background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'." } From d0819bf9d970b8f7050c80a86f9e1feb68ac3bf1 Mon Sep 17 00:00:00 2001 From: Yufan Dang <92134380+NA-Wen@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:55:44 +0800 Subject: [PATCH 24/29] Update ChatChainConfig.json Update ChatChainConfig.json --- CompanyConfig/Art/ChatChainConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompanyConfig/Art/ChatChainConfig.json b/CompanyConfig/Art/ChatChainConfig.json index 6671ea90..213c937d 100644 --- a/CompanyConfig/Art/ChatChainConfig.json +++ b/CompanyConfig/Art/ChatChainConfig.json @@ -118,6 +118,6 @@ "self_improve": "False", "web_spider": "False", "incremental_develop": "False", - "with_memory": "True", + "with_memory": "False", "background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'." } From bffe22d16fd78d500e38c0f6705c5efaada4e042 Mon Sep 17 00:00:00 2001 From: Yufan Dang <92134380+NA-Wen@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:56:15 +0800 Subject: [PATCH 25/29] Update ChatChainConfig.json --- CompanyConfig/Human/ChatChainConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompanyConfig/Human/ChatChainConfig.json b/CompanyConfig/Human/ChatChainConfig.json index 7b2bb640..6ec273ac 100644 --- a/CompanyConfig/Human/ChatChainConfig.json +++ b/CompanyConfig/Human/ChatChainConfig.json @@ -112,6 +112,6 @@ "self_improve": "False", "web_spider": "False", "incremental_develop": "False", - "with_memory": "True", + "with_memory": "False", "background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'." } From 29c14c0e025a15490b779be64c27641f0c15389f Mon Sep 17 00:00:00 2001 From: Yufan Dang <92134380+NA-Wen@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:56:33 +0800 Subject: [PATCH 26/29] Update ChatChainConfig.json --- CompanyConfig/Incremental/ChatChainConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompanyConfig/Incremental/ChatChainConfig.json b/CompanyConfig/Incremental/ChatChainConfig.json index 58c614a8..95638880 100644 --- a/CompanyConfig/Incremental/ChatChainConfig.json +++ b/CompanyConfig/Incremental/ChatChainConfig.json @@ -93,6 +93,6 @@ "self_improve": "False", "web_spider": "False", "incremental_develop": "True", - "with_memory": "True", + "with_memory": "False", "background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'." } From 037e5022fadb4e70181f6adc57186a2075e3f2cc Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 2 Feb 2024 00:10:51 +0900 Subject: [PATCH 27/29] docs: update README-Japanese.md --- readme/README-Japanese.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme/README-Japanese.md b/readme/README-Japanese.md index 279876f6..ca16678d 100644 --- a/readme/README-Japanese.md +++ b/readme/README-Japanese.md @@ -25,7 +25,8 @@

## 🎉 ニュース -* **2023年12月28日: 私達は、インストラクターとアシスタントエージェントが、新しいタスクを効果的に解決するためのショートカット指向の経験を蓄積することで、反復ミスを減らし、効率を高める革新的なアプローチである経験的共学習を紹介します。https://arxiv.org/abs/2312.17025 にてプレプリント論文をチェックしてください。この技術は間もなく ChatDev に統合されます。** +* **2024年1月25日: ChatDev に体験型共学習モジュールを統合しました。[体験型共学習ガイド](../wiki.md#co-tracking)をご覧ください。** +* 2023年12月28日: 私達は、インストラクターとアシスタントエージェントが、新しいタスクを効果的に解決するためのショートカット指向の経験を蓄積することで、反復ミスを減らし、効率を高める革新的なアプローチである経験的共学習を紹介します。https://arxiv.org/abs/2312.17025 にてプレプリント論文をチェックしてください。この技術は間もなく ChatDev に統合されます。

From c9656c7f0c5c8a696d25e454a2111c938bbb8429 Mon Sep 17 00:00:00 2001 From: Thinkwee Date: Fri, 2 Feb 2024 10:23:23 +0800 Subject: [PATCH 28/29] Update README.md --- SRDD/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SRDD/README.md b/SRDD/README.md index c367f848..253ceca5 100644 --- a/SRDD/README.md +++ b/SRDD/README.md @@ -19,3 +19,6 @@ Welcome to SRDD (Software Requirement Description Dataset), a large prompted dat

+ +# License +The SRDD dataset is licensed under **CC BY-NC 4.0**. This license explicitly permits non-commercial use of the data. We would like to emphasize that any models trained using these datasets should strictly adhere to the non-commercial usage restriction and should be employed exclusively for research purposes. From 927902e10efabaa6be9684786d911d55645f8b09 Mon Sep 17 00:00:00 2001 From: "Carlos M. Arias Moreno" <80515069+carias-rh@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:48:02 +0100 Subject: [PATCH 29/29] Update README-Spanish.md fixed minor typos --- readme/README-Spanish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/README-Spanish.md b/readme/README-Spanish.md index d2d92fbe..1698741d 100644 --- a/readme/README-Spanish.md +++ b/readme/README-Spanish.md @@ -12,7 +12,7 @@ ## 📖 Overview - **ChatDev** es una **empresa de software virtual** que opera a través de varios **agentes inteligentes** que desempeñan diferentes roles, incluyendo al Director Ejecutivo , Director de Producto , Director Tecnológico , programador , revisor , tester , diseñador de arte . Estos agentes forman una estructura organizacional multi-agente y están unidos por una misión de "revolucionar el mundo digital a través de la programación." Los agentes dentro de ChatDev **colaboran** participando en seminarios funcionales especializados, incluyendo tareas como diseñar, codificar, probar y documentar. -- El objetivo principal de ChatDev es ofrecer un marco de trabajo **fácil de usar**, **altamente personalizable** y **extensible**, que se basa en modelos de grandems modelos de lenguaje (LLMs, por sus siglas en inglés) y sirve como un escenario ideal para estudiar la inteligencia colectiva. +- El objetivo principal de ChatDev es ofrecer un marco de trabajo **fácil de usar**, **altamente personalizable** y **extensible**, que se basa en modelos de grandes modelos de lenguaje (LLMs, por sus siglas en inglés) y sirve como un escenario ideal para estudiar la inteligencia colectiva.

@@ -36,7 +36,7 @@ * 16 de julio de 2023: Se publicó el [artículo preprint](https://arxiv.org/abs/2307.07924) asociado con este proyecto. * 30 de junio de 2023: Se lanzó la versión inicial del repositorio de ChatDev. -## ❓ ¿Que puede hcaer ChatDev? +## ❓ ¿Que puede hacer ChatDev? ![intro](../misc/intro.png)