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
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,15 @@
27
27
28
28
## 📰 News
29
29
30
+
***September 25th, 2023: The **Git** feature is now available**, enabling the programmer < img src='online_log/static/figures/programmer.png' height=20> to utilize GitHub for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``.
31
+
<palign="center">
32
+
<imgsrc='./misc/github.png'width=600>
33
+
</p>
30
34
* September 20th, 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>;
31
35
try ``python3 run.py --task [description_of_your_idea] --config "Human"``. See [guide](wiki.md#human-agent-interaction) and [example](WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
* September 1st, 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;
34
40
try ``python3 run.py --task [description_of_your_idea] --config "Art"``. See [guide](wiki.md#art) and [example](WareHouse/gomokugameArtExample_THUNLP_20230831122822).
35
41
* August 28th, 2023: The system is publicly available.
@@ -165,10 +171,9 @@ create a software package and generate a folder named ``/WareHouse/2048_THUNLP_t
165
171
166
172
## ⚖️ License
167
173
168
-
- The purpose of ChatDev is exclusively for research purposes.
169
-
- The source code is licensed under Apache 2.0.
170
-
- The datasets are licensed under CC BY NC 4.0, which allows for non-commercial use only. It is important to note that
171
-
any models trained using these datasets should not be employed for purposes other than research.
174
+
- Source Code Licensing: Our project's source code is licensed under the Apache 2.0 License. This license permits the use, modification, and distribution of the code, subject to certain conditions outlined in the Apache 2.0 License.
175
+
- Project Open-Source Status: The project is indeed open-source; however, this designation is primarily intended for non-commercial purposes. While we encourage collaboration and contributions from the community for research and non-commercial applications, it is important to note that any utilization of the project's components for commercial purposes necessitates separate licensing agreements.
176
+
- Data Licensing: The related data utilized in our project 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.
Copy file name to clipboardExpand all lines: chatdev/phase.py
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -207,8 +207,6 @@ def self_reflection(self,
207
207
question="""Answer their final discussed conclusion (Yes or No) in the discussion without any other words, e.g., "Yes" """
208
208
elifphase_name=="DemandAnalysis":
209
209
question="""Answer their final product modality in the discussion without any other words, e.g., "PowerPoint" """
210
-
# elif phase_name in [PhaseType.BRAINSTORMING]:
211
-
# question = """Conclude three most creative and imaginative brainstorm ideas from the whole discussion, in the format: "1) *; 2) *; 3) *; where '*' represents a suggestion." """
212
210
elifphase_name=="LanguageChoose":
213
211
question="""Conclude the programming language being discussed for software development, in the format: "*" where '*' represents a programming language." """
0 commit comments