From e99d4c7c1cd0689ab9ec34639966a10479e39646 Mon Sep 17 00:00:00 2001
From: Wonhyeong Seo
Date: Wed, 6 Sep 2023 15:20:03 +0900
Subject: [PATCH 1/3] docs: ko: README.md
---
README-Korean.md | 152 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 152 insertions(+)
create mode 100644 README-Korean.md
diff --git a/README-Korean.md b/README-Korean.md
new file mode 100644
index 00000000..5243df0e
--- /dev/null
+++ b/README-Korean.md
@@ -0,0 +1,152 @@
+# Communicative Agents for Software Development
+
+
+
+
+
+
+ ใEnglish | Chinese | Japanese | Koreanใ
+
+
+## ๐ Overview
+
+- **ChatDev** stands as a **virtual software company** that operates through various **intelligent agents** holding
+ different roles, including Chief Executive Officer, Chief Technology Officer, Programmer, Tester, and more. These
+ agents form a multi-agent organizational structure and are united by a mission to "revolutionize the digital world
+ through programming." The agents within ChatDev **collaborate** by participating in specialized functional seminars,
+ including tasks such as designing, coding, testing, and documenting.
+- The primary objective of ChatDev is to offer an **easy-to-use**, **highly customizable** and **extendable** framework,
+ which is based on large language models (LLMs) and serves as an ideal scenario for studying collective intelligence.
+
+## ๐ฐ News
+
+* **September 1, 2023: The Art mode is available now! You can use agent to generate images used in the software,
+ try ``python3 run.py --config "Art"``.** See [example](WareHouse/gomokugameArtExample_THUNLP_20230831122822) here.
+* August 28, 2023: The system is publicly available.
+* August 17, 2023: The V1.0.0 version was ready for release.
+* July 30, 2023: Users can customize ChatChain, Phase, and Role settings. Additionally, both online Log mode and replay
+ mode are now supported.
+* July 16, 2023: The [preprint paper](https://arxiv.org/abs/2307.07924) associated with this project was published.
+* June 30, 2023: The initial version of the `ChatDev` repository was released.
+
+## โ What Can ChatDev Do?
+
+
+
+https://github.com/OpenBMB/ChatDev/assets/11889052/80d01d2f-677b-4399-ad8b-f7af9bb62b72
+
+## โก๏ธ Quickstart
+
+To get started, follow these steps:
+
+1. **Clone the GitHub Repository:** Begin by cloning the repository using the command:
+ ```
+ git clone https://github.com/OpenBMB/ChatDev.git
+ ```
+2. **Set Up Python Environment:** Ensure you have a version 3.9 or higher Python environment. You can create and
+ activate this environment using the following commands, replacing `ChatDev_conda_env` with your preferred environment
+ name:
+ ```
+ conda create -n ChatDev_conda_env python=3.9 -y
+ conda activate ChatDev_conda_env
+ ```
+3. **Install Dependencies:** Move into the `ChatDev` directory and install the necessary dependencies by running:
+ ```
+ cd ChatDev
+ pip3 install -r requirements.txt
+ ```
+4. **Set OpenAI API Key:** Export your OpenAI API key as an environment variable. Replace `"your_OpenAI_API_key"` with
+ your actual API key. Remember that this environment variable is session-specific, so you need to set it again if you
+ open a new terminal session.
+ On Unix/Linux:
+ ```
+ export OPENAI_API_KEY="your_OpenAI_API_key"
+ ```
+ On Windows:
+ ```
+ $env:OPENAI_API_KEY="your_OpenAI_API_key"
+ ```
+5. **Build Your Software:** Use the following command to initiate the building of your software,
+ replacing `[description_of_your_idea]` with your idea's description and `[project_name]` with your desired project
+ name:
+ ```
+ python3 run.py --task "[description_of_your_idea]" --name "[project_name]"
+ ```
+6. **Run Your Software:** Once generated, you can find your software in the `WareHouse` directory under a specific
+ project folder, such as `project_name_DefaultOrganization_timestamp`. Run your software using the following command
+ within that directory:
+ ```
+ cd WareHouse/project_name_DefaultOrganization_timestamp
+ python3 main.py
+ ```
+
+## โจ๏ธ Advanced Skills
+
+For more detailed information, please refer to our [Wiki](wiki.md), where you can find:
+
+- An introduction to all command run parameters.
+- A straightforward guide for setting up a local web demo, which includes enhanced visualized logs, a replay demo, and a
+ simple ChatChain Visualizer.
+- An overview of the ChatDev framework.
+- A comprehensive introduction to all advanced parameters in ChatChain configuration.
+- Guides for customizing ChatDev, including:
+ - ChatChain: Design your own software development process (or any other process), such
+ as ``DemandAnalysis -> Coding -> Testing -> Manual``.
+ - Phase: Design your own phase within ChatChain, like ``DemandAnalysis``.
+ - Role: Defining the various agents in your company, such as the ``Chief Executive Officer``.
+
+## ๐ค Share Your Software!
+
+**Code**: We are enthusiastic about your interest in participating in our open-source project. If you come across any
+problems, don't hesitate to report them. Feel free to create a pull request if you have any inquiries or if you are
+prepared to share your work with us! Your contributions are highly valued. Please let me know if there's anything else
+you need assistance!
+
+**Company**: Creating your own customized "ChatDev Company" is a breeze. This personalized setup involves three simple
+configuration JSON files. Check out the example provided in the ``CompanyConfig/Default`` directory. For detailed
+instructions on customization, refer to our [Wiki](wiki.md).
+
+**Software**: Whenever you develop software using ChatDev, a corresponding folder is generated containing all the
+essential information. Sharing your work with us is as simple as making a pull request. Here's an example: execute the
+command ``python3 run.py --task "design a 2048 game" --name "2048" --org "THUNLP" --config "Default"``. This will
+create a software package and generate a folder named ``/WareHouse/2048_THUNLP_timestamp``. Inside, you'll find:
+
+- All the files and documents related to the 2048 game software
+- Configuration files of the company responsible for this software, including the three JSON config files
+ from ``CompanyConfig/Default``
+- A comprehensive log detailing the software's building process that can be used to replay (``timestamp.log``)
+- The initial prompt used to create this software (``2048.prompt``)
+
+**See community contributed software [here](Contribution.md)!**
+
+### Software Contributors
+
+
+
+
+
+
+
+## ๐ Citation
+
+```
+@misc{qian2023communicative,
+ title={Communicative Agents for Software Development},
+ author={Chen Qian and Xin Cong and Wei Liu and Cheng Yang and Weize Chen and Yusheng Su and Yufan Dang and Jiahao Li and Juyuan Xu and Dahai Li and Zhiyuan Liu and Maosong Sun},
+ year={2023},
+ eprint={2307.07924},
+ archivePrefix={arXiv},
+ primaryClass={cs.SE}
+}
+```
+
+## โ๏ธ License
+
+- The purpose of ChatDev is exclusively for research purposes.
+- The source code is licensed under Apache 2.0.
+- The datasets are licensed under CC BY NC 4.0, which allows for non-commercial use only. It is important to note that
+ any models trained using these datasets should not be employed for purposes other than research.
+
+## Star History
+
+[](https://star-history.com/#openbmb/chatdev&Date)
From 18f4aea1a0b88fc9c34891c4d8bee89f35c73e00 Mon Sep 17 00:00:00 2001
From: Wonhyeong Seo
Date: Wed, 6 Sep 2023 15:58:11 +0900
Subject: [PATCH 2/3] feat: ko: deepl draft
---
README-Korean.md | 123 +++++++++++++++++++----------------------------
1 file changed, 49 insertions(+), 74 deletions(-)
diff --git a/README-Korean.md b/README-Korean.md
index 5243df0e..6ebcd51b 100644
--- a/README-Korean.md
+++ b/README-Korean.md
@@ -1,4 +1,4 @@
-# Communicative Agents for Software Development
+# ์ํํธ์จ์ด ๊ฐ๋ฐ์ ์ํ ์ํตํ ์์ด์ ํธ
@@ -8,118 +8,94 @@
ใEnglish | Chinese | Japanese | Koreanใ
-## ๐ Overview
+## ๐ ๊ฐ์
-- **ChatDev** stands as a **virtual software company** that operates through various **intelligent agents** holding
- different roles, including Chief Executive Officer, Chief Technology Officer, Programmer, Tester, and more. These
- agents form a multi-agent organizational structure and are united by a mission to "revolutionize the digital world
- through programming." The agents within ChatDev **collaborate** by participating in specialized functional seminars,
- including tasks such as designing, coding, testing, and documenting.
-- The primary objective of ChatDev is to offer an **easy-to-use**, **highly customizable** and **extendable** framework,
- which is based on large language models (LLMs) and serves as an ideal scenario for studying collective intelligence.
+- **ChatDev**๋ ๋ค์ํ ์ต๊ณ ๊ฒฝ์์, ์ต๊ณ ๊ธฐ์ ์ฑ
์์, ํ๋ก๊ทธ๋๋จธ, ํ
์คํฐ ๋ฑ ๋ค์ํ ์ญํ ์ ์ํํ๋ **์ง๋ฅํ ์์ด์ ํธ**๋ค์ ํตํด ์ด์๋๋ **๊ฐ์ ์ํํธ์จ์ด ํ์ฌ**์
๋๋ค. ์ฌ๋ฟ์ด์ ์กฐ์ง ๊ตฌ์กฐ๋ฅผ ํ์ฑํ๊ณ "ํ๋ก๊ทธ๋๋ฐ์ ํตํด ๋์งํธ ์ธ์์ ํ์ ํ๋ค"๋ ์ฌ๋ช
์ ๊ฐ์ง๊ณ ์์ต๋๋ค. ChatDev ๋ด ์์ด์ ํธ๋ค์ ๋์์ธ, ์ฝ๋ฉ, ํ
์คํธ, ๋ฌธ์ํ๋ฅผ ์งํํ๋ ์ ๋ฌธ ๊ธฐ๋ฅ ์ธ๋ฏธ๋์ ์ฐธ์ฌํ์ฌ **ํ์
**ํฉ๋๋ค.
+- ChatDev์ ์ฃผ์ ๋ชฉํ๋ **์ฌ์ฉํ๊ธฐ ์ฝ๊ณ **, **๊ฐ์กฐํ ์ ์์ผ๋ฉฐ**, **ํ์ฅ ๊ฐ๋ฅํ** ํ๋ ์์ํฌ๋ฅผ ์ ๊ณตํ๋ ๊ฒ์
๋๋ค. ๋๊ท๋ชจ ์ธ์ด ๋ชจ๋ธ(LLM)์ ๊ธฐ๋ฐ์ผ๋ก ํ๋ฉฐ ์ง๋จ ์ง์ฑ์ ์ฐ๊ตฌํ๋ ๋ฐ ์ด์์ ์ธ ์๋๋ฆฌ์ค๋ฅผ ์ ๊ณตํฉ๋๋ค.
-## ๐ฐ News
+## ๐ฐ ๋ด์ค
-* **September 1, 2023: The Art mode is available now! You can use agent to generate images used in the software,
- try ``python3 run.py --config "Art"``.** See [example](WareHouse/gomokugameArtExample_THUNLP_20230831122822) here.
-* August 28, 2023: The system is publicly available.
-* August 17, 2023: The V1.0.0 version was ready for release.
-* July 30, 2023: Users can customize ChatChain, Phase, and Role settings. Additionally, both online Log mode and replay
- mode are now supported.
-* July 16, 2023: The [preprint paper](https://arxiv.org/abs/2307.07924) associated with this project was published.
-* June 30, 2023: The initial version of the `ChatDev` repository was released.
+* **2023๋
9์ 1์ผ: Art ๋ชจ๋๊ฐ ์ถ์๋์์ต๋๋ค! ``python3 run.py --config "Art"``๋ก ์ํํธ์จ์ด์์ ์ฌ์ฉ๋๋ ์ด๋ฏธ์ง๋ฅผ ์์ฑํด๋ณด์ธ์.** [์์ ](WareHouse/gomokugameArtExample_THUNLP_20230831122822)๋ฅผ ์ฐธ์กฐํ์ธ์.
+* 2023๋
8์ 28์ผ: ์์คํ
์ด ๊ณต๊ฐ๋์์ต๋๋ค.
+* 2023๋
8์ 17์ผ: V1.0.0 ๋ฒ์ ์ถ์ ์ค๋น๊ฐ ์๋ฃ๋์์ต๋๋ค.
+* 2023๋
7์ 30์ผ: ์ฌ์ฉ์๊ฐ ChatChain, Phase ๋ฐ Role์ ์ค์ ํ ์ ์์ต๋๋ค. ๋ํ, Online Log ๋ชจ๋์ Replay ๋ชจ๋๊ฐ ์ง์๋ฉ๋๋ค.
+* 2023๋
7์ 16์ผ: ์ด ํ๋ก์ ํธ์ ๊ด๋ จ๋ [์ถํ ์ ๋
ผ๋ฌธ](https://arxiv.org/abs/2307.07924)์ด ๊ฒ์๋์์ต๋๋ค.
+* 2023๋
6์ 30์ผ: `ChatDev` ๋ฆฌํฌ์งํ ๋ฆฌ์ ์ด๊ธฐ ๋ฒ์ ์ด ๊ณต๊ฐ๋์์ต๋๋ค.
-## โ What Can ChatDev Do?
+## โ ChatDev๋ ๋ฌด์์ ํ ์ ์๋์?

https://github.com/OpenBMB/ChatDev/assets/11889052/80d01d2f-677b-4399-ad8b-f7af9bb62b72
-## โก๏ธ Quickstart
+## โก๏ธ ์์ํ๊ธฐ
-To get started, follow these steps:
+์์ํ๋ ค๋ฉด ๋ค์ ๋จ๊ณ๋ฅผ ๋ฐ๋ฅด์ธ์:
-1. **Clone the GitHub Repository:** Begin by cloning the repository using the command:
+1. **GitHub ๋ฆฌํฌ์งํฐ๋ฆฌ ๋ณต์ :** ๋ค์ ๋ช
๋ น์ ์ฌ์ฉํ์ฌ ๋ฆฌํฌ์งํ ๋ฆฌ๋ฅผ ๋ณต์ ํ์ธ์:
```
git clone https://github.com/OpenBMB/ChatDev.git
```
-2. **Set Up Python Environment:** Ensure you have a version 3.9 or higher Python environment. You can create and
- activate this environment using the following commands, replacing `ChatDev_conda_env` with your preferred environment
- name:
+2. **Python ํ๊ฒฝ ์ค์ ํ๊ธฐ:** Python ํ๊ฒฝ์ด ๋ฒ์ 3.9 ์ด์์ธ์ง ํ์ธํ์ธ์. ๊ทธ๋ ๋ค๋ฉด ๊ฐ์ ํ๊ฒฝ์ ์์ฑํ๊ณ ํ์ฑํํ ์ ์์ผ๋ฉฐ, `ChatDev_conda_env`๋ ์ํ๋ ์ด๋ฆ์ผ๋ก ๋์ฒดํด๋ ๋ฌด๋ฐฉํฉ๋๋ค:
```
conda create -n ChatDev_conda_env python=3.9 -y
conda activate ChatDev_conda_env
```
-3. **Install Dependencies:** Move into the `ChatDev` directory and install the necessary dependencies by running:
+3. **์ข
์์ฑ ์ค์น**: `ChatDev` ๋๋ ํ ๋ฆฌ๋ก ์ด๋ํ์ฌ ํ์ํ ์ข
์์ฑ์ ์ค์นํ์ธ์:
```
cd ChatDev
pip3 install -r requirements.txt
```
-4. **Set OpenAI API Key:** Export your OpenAI API key as an environment variable. Replace `"your_OpenAI_API_key"` with
- your actual API key. Remember that this environment variable is session-specific, so you need to set it again if you
- open a new terminal session.
- On Unix/Linux:
+4. **OpenAI API ํค ์ค์ :** OpenAI API ํค๋ฅผ ํ๊ฒฝ ๋ณ์๋ก ๋ด๋ณด๋ด์ธ์. `"your_OpenAI_API_key"`๋ฅผ ์ค์ API ํค๋ก ๋ฐ๊ฟ์ผ ํฉ๋๋ค. ์ด ํ๊ฒฝ ๋ณ์๋ ์ธ์
๋ณ๋ก ๋ค๋ฅด๋ฏ๋ก ์ ํฐ๋ฏธ๋ ์ธ์
์ ์ด๋ฉด ๋ค์ ์ค์ ํด์ผ ํ๋ค๋ ์ ์ ๊ธฐ์ตํ์ธ์.
+ ์ ๋์ค/๋ฆฌ๋
์ค์ ๊ฒฝ์ฐ:
```
export OPENAI_API_KEY="your_OpenAI_API_key"
```
- On Windows:
+ Windows์ ๊ฒฝ์ฐ
```
$env:OPENAI_API_KEY="your_OpenAI_API_key"
```
-5. **Build Your Software:** Use the following command to initiate the building of your software,
- replacing `[description_of_your_idea]` with your idea's description and `[project_name]` with your desired project
- name:
+5. **์ํํธ์จ์ด ๋น๋ํ๊ธฐ:** ์ํํธ์จ์ด ๋น๋๋ฅผ ์์ํ๊ธฐ ์ํด `[description_of_your_idea]`๋ฅผ ์์ด๋์ด์ ์ค๋ช
์ผ๋ก, `[project_name]`์ ์ํ๋ ํ๋ก์ ํธ ์ด๋ฆ์ผ๋ก ๋ฐ๊พธ์ธ์:
```
python3 run.py --task "[description_of_your_idea]" --name "[project_name]"
```
-6. **Run Your Software:** Once generated, you can find your software in the `WareHouse` directory under a specific
- project folder, such as `project_name_DefaultOrganization_timestamp`. Run your software using the following command
- within that directory:
+6. **์ํํธ์จ์ด ์คํํ๊ธฐ:** `project_name_DefaultOrganization_timestamp`์ ๊ฐ์ ํน์ ํ๋ก์ ํธ ํด๋ ์๋์ `WareHouse` ๋๋ ํ ๋ฆฌ์์ ์์ฑ๋ ์ํํธ์จ์ด๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค. ํด๋น ๋๋ ํ ๋ฆฌ ๋ด์์ ๋ค์๊ณผ ๊ฐ์ด ์ํํธ์จ์ด๋ฅผ ์คํํ์ธ์:
```
cd WareHouse/project_name_DefaultOrganization_timestamp
python3 main.py
```
-## โจ๏ธ Advanced Skills
+## โจ๏ธ ์ฌํ ์คํฌ
-For more detailed information, please refer to our [Wiki](wiki.md), where you can find:
+[์ํค](wiki.md)์์ ์๋ ๋ ์์ธํ ์ ๋ณด๋ฅผ ํ์ธํ ์ ์์ต๋๋ค:
-- An introduction to all command run parameters.
-- A straightforward guide for setting up a local web demo, which includes enhanced visualized logs, a replay demo, and a
- simple ChatChain Visualizer.
-- An overview of the ChatDev framework.
-- A comprehensive introduction to all advanced parameters in ChatChain configuration.
-- Guides for customizing ChatDev, including:
- - ChatChain: Design your own software development process (or any other process), such
- as ``DemandAnalysis -> Coding -> Testing -> Manual``.
- - Phase: Design your own phase within ChatChain, like ``DemandAnalysis``.
- - Role: Defining the various agents in your company, such as the ``Chief Executive Officer``.
+- ๋ชจ๋ ๋ช
๋ น ์คํ ๋งค๊ฐ๋ณ์์ ๋ํ ์๊ฐ
+- ๋ ๋ณด๊ธฐ ์ข๊ฒ ์๊ฐํ๋ ๋ก๊ทธ, ๋ค์๋ณด๊ธฐ ๋ฐ๋ชจ, ๊ฐ๋จํ ChatChain ์๊ฐํ ๋๊ตฌ๊ฐ ํฌํจ๋ ๋ก์ปฌ ์น ๋ฐ๋ชจ๋ฅผ ์ค์ ํ๋ ๋ฐฉ๋ฒ์ ๋ํ ๊ฐ๋จํ ๊ฐ์ด๋
+- ChatDev ํ๋ ์์ํฌ์ ๋ํ ๊ฐ์
+- ChatChain ๊ตฌ์ฑ์ ๋ชจ๋ ๊ณ ๊ธ ๋งค๊ฐ๋ณ์์ ๋ํ ํฌ๊ด์ ์ธ ์๊ฐ
+- ChatDev ๊ฐ์กฐ ๊ฐ์ด๋:
+ - ChatChain: ``DemandAnalysis (์์๋ถ์) -> Coding (์ฝ๋ฉ) -> Testing (ํ
์คํธ) -> Manual (๋งค๋ด์ผ)``๊ณผ ๊ฐ์ ์ํํธ์จ์ด ๊ฐ๋ฐ ํ๋ก์ธ์ค(๋๋ ๋ค๋ฅธ ํ๋ก์ธ์ค)๋ฅผ ์ง์ ์ค๊ณํ์ธ์.
+ - Phase: ChatChain ๋ด์์ ``์์๋ถ์``๊ณผ ๊ฐ์ ์์ ๋ง์ ๋จ๊ณ๋ฅผ ์ค๊ณํ์ธ์.
+ - Role: ``Chief Executive Officier (์ต๊ณ ๊ฒฝ์์)``์ ๊ฐ์ด ํ์ฌ ๋ด ๋ค์ํ ์์ด์ ํธ๋ฅผ ์ ์ํฉ๋๋ค.
-## ๐ค Share Your Software!
+## ๐ค ์ํํธ์จ์ด๋ฅผ ๊ณต์ ํ์ธ์!
-**Code**: We are enthusiastic about your interest in participating in our open-source project. If you come across any
-problems, don't hesitate to report them. Feel free to create a pull request if you have any inquiries or if you are
-prepared to share your work with us! Your contributions are highly valued. Please let me know if there's anything else
-you need assistance!
+## ๐ค ์ํํธ์จ์ด๋ฅผ ๊ณต์ ํ์ธ์!
-**Company**: Creating your own customized "ChatDev Company" is a breeze. This personalized setup involves three simple
-configuration JSON files. Check out the example provided in the ``CompanyConfig/Default`` directory. For detailed
-instructions on customization, refer to our [Wiki](wiki.md).
+**์ฝ๋**: ์คํ์์ค ํ๋ก์ ํธ์ ๊ด์ฌ์ ๊ฐ์ ธ์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค. ๋ฌธ์ ๊ฐ ๋ฐ๊ฒฌ๋๋ฉด ์ฃผ์ ํ์ง ๋ง์๊ณ ์ ๊ณ ํด ์ฃผ์ธ์. ๊ถ๊ธํ ์ ์ด ์๊ฑฐ๋ ์ฌ๋ฌ๋ถ์ ์์
์ ๊ณต์ ํ ์ค๋น๊ฐ ๋์๋ค๋ฉด ์ผ๋ง๋ ์ง PR์ ์์ฑํด ์ฃผ์ธ์! ์ฌ๋ฌ๋ถ์ ๊ธฐ์ฌ๋ ๋งค์ฐ ์์คํฉ๋๋ค. ๋์์ด ํ์ํ ์ฌํญ์ด ์์ผ๋ฉด ์ธ์ ๋ ์ง ์๋ ค์ฃผ์ธ์!
-**Software**: Whenever you develop software using ChatDev, a corresponding folder is generated containing all the
-essential information. Sharing your work with us is as simple as making a pull request. Here's an example: execute the
-command ``python3 run.py --task "design a 2048 game" --name "2048" --org "THUNLP" --config "Default"``. This will
-create a software package and generate a folder named ``/WareHouse/2048_THUNLP_timestamp``. Inside, you'll find:
+**ํ์ฌ**: ๋น์ ๋ง์ ๋ง์ถคํ "ChatDev ํ์ฌ"๋ฅผ ์ฝ๊ฒ ๋ง๋ค ์ ์์ต๋๋ค. ์ด ๋ง์ถคํ ์ค์ ์๋ ์ธ ๊ฐ์ง ๊ฐ๋จํ ๊ตฌ์ฑ JSON ํ์ผ์ด ํฌํจ๋ฉ๋๋ค. ``CompanyConfig/Default`` ๋๋ ํ ๋ฆฌ์ ์ ๊ณต๋ ์์ ๋ฅผ ํ์ธํ์ธ์. ๋ง์ถคํ์ ๋ํ ์์ธํ ์ง์นจ์ [์ํค](wiki.md)๋ฅผ ์ฐธ์กฐํ์ธ์.
-- All the files and documents related to the 2048 game software
-- Configuration files of the company responsible for this software, including the three JSON config files
- from ``CompanyConfig/Default``
-- A comprehensive log detailing the software's building process that can be used to replay (``timestamp.log``)
-- The initial prompt used to create this software (``2048.prompt``)
+**์ํํธ์จ์ด**: ChatDev๋ฅผ ์ฌ์ฉํ์ฌ ์ํํธ์จ์ด๋ฅผ ๊ฐ๋ฐํ ๋๋ง๋ค ๋ชจ๋ ํ์ ์ ๋ณด๊ฐ ํฌํจ๋ ํด๋น ํด๋๊ฐ ์์ฑ๋ฉ๋๋ค. PR์ ์์ฑํ๋ ๊ฒ๋งํผ์ด๋ ๊ฐ๋จํ๊ฒ ์์
์ ๊ณต์ ํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, ``python3 run.py --task "design a 2048 game" --name "2048" --org "THUNLP" --config "Default"``๋ผ๋ ๋ช
๋ น์ ์คํํฉ๋๋ค. ์ด๋ ๊ฒ ํ๋ฉด ์ํํธ์จ์ด ํจํค์ง๊ฐ ์์ฑ๋๊ณ ``/WareHouse/2048_THUNLP_timestamp``๋ผ๋ ํด๋๊ฐ ์์ฑ๋ฉ๋๋ค. ๊ทธ ์์๋ ๋ค์๊ณผ ๊ฐ์ ํ์ผ๋ค์ด ์์ต๋๋ค:
-**See community contributed software [here](Contribution.md)!**
+- 2048 ๊ฒ์ ์ํํธ์จ์ด์ ๊ด๋ จ๋ ๋ชจ๋ ํ์ผ ๋ฐ ๋ฌธ์
+- ``CompanyConfig/Default``์์ ๊ฐ์ ธ์จ 3๊ฐ์ JSON์ ํฌํจํ, ์ํํธ์จ์ด๋ฅผ ๋ด๋นํ๋ ์ด ํ์ฌ์ ๊ตฌ์ฑ ํ์ผ๋ค
+- ๋ค์๋ณด๊ธฐ์์ ์ํํธ์จ์ด์ ๋น๋ ํ๋ก์ธ์ค๋ฅผ ์์ธํ ์ค๋ช
ํ๋ ํฌ๊ด์ ์ธ ๋ก๊ทธ(``timestamp.log``)
+- ์ด ์ํํธ์จ์ด๋ฅผ ๋ง๋๋ ๋ฐ ์ฌ์ฉ๋ ์ด๊ธฐ ํ๋กฌํํธ(``2048.prompt``)
-### Software Contributors
+**์ปค๋ฎค๋ํฐ์์ ๊ธฐ์ฌํ ์ํํธ์จ์ด๋ฅผ ๋ณด๋ ค๋ฉด [์ฌ๊ธฐ](Contribution.md)๋ฅผ ์ฐธ์กฐํด์ฃผ์ธ์!**
+
+### ์ํํธ์จ์ด ๊ธฐ์ฌ์
@@ -127,7 +103,7 @@ create a software package and generate a folder named ``/WareHouse/2048_THUNLP_t
-## ๐ Citation
+## ๐ ์ธ์ฉ ๋ฌธ๊ตฌ
```
@misc{qian2023communicative,
@@ -140,12 +116,11 @@ create a software package and generate a folder named ``/WareHouse/2048_THUNLP_t
}
```
-## โ๏ธ License
+## โ๏ธ ๋ผ์ด์ ์ค
-- The purpose of ChatDev is exclusively for research purposes.
-- The source code is licensed under Apache 2.0.
-- The datasets are licensed under CC BY NC 4.0, which allows for non-commercial use only. It is important to note that
- any models trained using these datasets should not be employed for purposes other than research.
+- ChatDev์ ๋ชฉ์ ์ ์ค๋ก์ง ์ฐ๊ตฌ ๋ชฉ์ ์
๋๋ค.
+- ์์ค ์ฝ๋๋ Apache 2.0์ ๋ฐ๋ผ ๋ผ์ด์ผ์ค๊ฐ ๋ถ์ฌ๋ฉ๋๋ค.
+- ๋ฐ์ดํฐ ์ธํธ๋ ๋น์์
์ ์ฉ๋๋ก๋ง ์ฌ์ฉํ ์ ์๋ CC BY NC 4.0์ ๋ฐ๋ผ ๋ผ์ด์ผ์ค๊ฐ ๋ถ์ฌ๋ฉ๋๋ค. ํด๋น ๋ฐ์ดํฐ ์ธํธ๋ฅผ ์ฌ์ฉํ์ฌ ํ์ต๋ ๋ชจ๋ธ์ ์ฐ๊ตฌ ๋ชฉ์ ์ด์ธ์ ์ฉ๋๋ก ์ฌ์ฉํด์๋ ์ ๋๋ค๋ ์ ์ ์ ์ํ์ธ์.
## Star History
From 94f360f7c49ab4c9d07fb8dbfc21ed8f8a92d4fe Mon Sep 17 00:00:00 2001
From: Wonhyeong Seo
Date: Wed, 6 Sep 2023 16:01:03 +0900
Subject: [PATCH 3/3] fix: add Korean link
* fix: remove duplicates
---
README-Chinese.md | 2 +-
README-Japanese.md | 2 +-
README-Korean.md | 4 +---
README.md | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/README-Chinese.md b/README-Chinese.md
index 1416ecec..ea0430ea 100644
--- a/README-Chinese.md
+++ b/README-Chinese.md
@@ -3,7 +3,7 @@
- ใEnglish | Chinese | Japaneseใ
+ ใEnglish | Chinese | Japanese | Koreanใ
## ๐ ๆฆ่ฟฐ
diff --git a/README-Japanese.md b/README-Japanese.md
index 74ecc3c8..11cdcb67 100644
--- a/README-Japanese.md
+++ b/README-Japanese.md
@@ -5,7 +5,7 @@
- ใEnglish | Chinese | Japaneseใ
+ ใEnglish | Chinese | Japanese | Koreanใ
## ๐ ๆฆ่ฆ
diff --git a/README-Korean.md b/README-Korean.md
index 6ebcd51b..7eb4c60a 100644
--- a/README-Korean.md
+++ b/README-Korean.md
@@ -5,7 +5,7 @@
- ใEnglish | Chinese | Japanese | Koreanใ
+ ใEnglish | Chinese | Japanese | Koreanใ
## ๐ ๊ฐ์
@@ -80,8 +80,6 @@ https://github.com/OpenBMB/ChatDev/assets/11889052/80d01d2f-677b-4399-ad8b-f7af9
## ๐ค ์ํํธ์จ์ด๋ฅผ ๊ณต์ ํ์ธ์!
-## ๐ค ์ํํธ์จ์ด๋ฅผ ๊ณต์ ํ์ธ์!
-
**์ฝ๋**: ์คํ์์ค ํ๋ก์ ํธ์ ๊ด์ฌ์ ๊ฐ์ ธ์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค. ๋ฌธ์ ๊ฐ ๋ฐ๊ฒฌ๋๋ฉด ์ฃผ์ ํ์ง ๋ง์๊ณ ์ ๊ณ ํด ์ฃผ์ธ์. ๊ถ๊ธํ ์ ์ด ์๊ฑฐ๋ ์ฌ๋ฌ๋ถ์ ์์
์ ๊ณต์ ํ ์ค๋น๊ฐ ๋์๋ค๋ฉด ์ผ๋ง๋ ์ง PR์ ์์ฑํด ์ฃผ์ธ์! ์ฌ๋ฌ๋ถ์ ๊ธฐ์ฌ๋ ๋งค์ฐ ์์คํฉ๋๋ค. ๋์์ด ํ์ํ ์ฌํญ์ด ์์ผ๋ฉด ์ธ์ ๋ ์ง ์๋ ค์ฃผ์ธ์!
**ํ์ฌ**: ๋น์ ๋ง์ ๋ง์ถคํ "ChatDev ํ์ฌ"๋ฅผ ์ฝ๊ฒ ๋ง๋ค ์ ์์ต๋๋ค. ์ด ๋ง์ถคํ ์ค์ ์๋ ์ธ ๊ฐ์ง ๊ฐ๋จํ ๊ตฌ์ฑ JSON ํ์ผ์ด ํฌํจ๋ฉ๋๋ค. ``CompanyConfig/Default`` ๋๋ ํ ๋ฆฌ์ ์ ๊ณต๋ ์์ ๋ฅผ ํ์ธํ์ธ์. ๋ง์ถคํ์ ๋ํ ์์ธํ ์ง์นจ์ [์ํค](wiki.md)๋ฅผ ์ฐธ์กฐํ์ธ์.
diff --git a/README.md b/README.md
index fb183f3b..5243df0e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
- ใEnglish | Chinese | Japaneseใ
+ ใEnglish | Chinese | Japanese | Koreanใ
## ๐ Overview