You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**ChatDev** stands as a **virtual software company** that operates through various **intelligent agents** holding
18
-
different roles, including Chief Executive Officer <imgsrc='online_log/static/figures/ceo.png'height=20>, Chief Product Officer <imgsrc='online_log/static/figures/cpo.png'height=20>, Chief Technology Officer <imgsrc='online_log/static/figures/cto.png'height=20>, programmer <imgsrc='online_log/static/figures/programmer.png'height=20>, reviewer <imgsrc='online_log/static/figures/reviewer.png'height=20>, tester <imgsrc='online_log/static/figures/tester.png'height=20>, art designer <imgsrc='online_log/static/figures/designer.png'height=20>. These
18
+
different roles, including Chief Executive Officer <imgsrc='visualizer/static/figures/ceo.png'height=20>, Chief Product Officer <imgsrc='visualizer/static/figures/cpo.png'height=20>, Chief Technology Officer <imgsrc='visualizer/static/figures/cto.png'height=20>, programmer <imgsrc='visualizer/static/figures/programmer.png'height=20>, reviewer <imgsrc='visualizer/static/figures/reviewer.png'height=20>, tester <imgsrc='visualizer/static/figures/tester.png'height=20>, art designer <imgsrc='visualizer/static/figures/designer.png'height=20>. These
19
19
agents form a multi-agent organizational structure and are united by a mission to "revolutionize the digital world
20
20
through programming." The agents within ChatDev **collaborate** by participating in specialized functional seminars,
21
21
including tasks such as designing, coding, testing, and documenting.
@@ -40,16 +40,16 @@
40
40
<palign="center">
41
41
<imgsrc='./misc/docker.png'width=400>
42
42
</p>
43
-
- September 25, 2023: The **Git** mode is now available, enabling the programmer <imgsrc='online_log/static/figures/programmer.png'height=20> to utilize Git for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode).
43
+
- September 25, 2023: The **Git** mode is now available, enabling the programmer <imgsrc='visualizer/static/figures/programmer.png'height=20> to utilize Git for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode).
44
44
<palign="center">
45
45
<imgsrc='./misc/github.png'width=600>
46
46
</p>
47
-
- September 20, 2023: The **Human-Agent-Interaction** mode is now available! You can get involved with the ChatDev team by playing the role of reviewer <imgsrc='online_log/static/figures/reviewer.png'height=20> and making suggestions to the programmer <imgsrc='online_log/static/figures/programmer.png'height=20>;
47
+
- September 20, 2023: The **Human-Agent-Interaction** mode is now available! You can get involved with the ChatDev team by playing the role of reviewer <imgsrc='visualizer/static/figures/reviewer.png'height=20> and making suggestions to the programmer <imgsrc='visualizer/static/figures/programmer.png'height=20>;
48
48
try ``python3 run.py --task [description_of_your_idea] --config "Human"``. See [guide](wiki.md#human-agent-interaction) and [example](WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
49
49
<palign="center">
50
50
<imgsrc='./misc/Human_intro.png'width=600>
51
51
</p>
52
-
- September 1, 2023: The **Art** mode is available now! You can activate the designer agent <imgsrc='online_log/static/figures/designer.png'height=20> to generate images used in the software;
52
+
- September 1, 2023: The **Art** mode is available now! You can activate the designer agent <imgsrc='visualizer/static/figures/designer.png'height=20> to generate images used in the software;
53
53
try ``python3 run.py --task [description_of_your_idea] --config "Art"``. See [guide](wiki.md#art) and [example](WareHouse/gomokugameArtExample_THUNLP_20230831122822).
54
54
- August 28, 2023: The system is publicly available.
55
55
- August 17, 2023: The v1.0.0 version was ready for release.
@@ -152,8 +152,7 @@ To get started, follow these steps:
152
152
For more detailed information, please refer to our [Wiki](wiki.md), where you can find:
153
153
154
154
- An introduction to all command run parameters.
155
-
- A straightforward guide for setting up a local web demo, which includes enhanced visualized logs, a replay demo, and a
156
-
simple ChatChain Visualizer.
155
+
- A straightforward guide for setting up a local web visualizer demo, which can visualize real-time logs, replayed logs, and ChatChain.
157
156
- An overview of the ChatDev framework.
158
157
- A comprehensive introduction to all advanced parameters in ChatChain configuration.
0 commit comments