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
🚀 Oct. 29, 2024: We introduced three papers: [AFLOW](https://arxiv.org/abs/2410.10762), [FACT](https://arxiv.org/abs/2410.21012), and [SELA](https://arxiv.org/abs/2410.17238), check the [code](examples)!
4
+
5
+
🚀 Mar. 29, 2024: [v0.8.0](https://github.com/geekan/MetaGPT/releases/tag/v0.8.0) released. Now you can use Data Interpreter ([arxiv](https://arxiv.org/abs/2402.18679), [example](https://docs.deepwisdom.ai/main/en/DataInterpreter/), [code](https://github.com/geekan/MetaGPT/tree/main/examples/di)) via pypi package import. Meanwhile, we integrated the RAG module and supported multiple new LLMs.
6
+
7
+
🚀 Feb. 08, 2024: [v0.7.0](https://github.com/geekan/MetaGPT/releases/tag/v0.7.0) released, supporting assigning different LLMs to different Roles. We also introduced [Data Interpreter](https://github.com/geekan/MetaGPT/blob/main/examples/di/README.md), a powerful agent capable of solving a wide range of real-world problems.
8
+
9
+
🚀 Jan. 16, 2024: Our paper [MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework
10
+
](https://openreview.net/forum?id=VtmBAGCN7o) accepted for **oral presentation (top 1.2%)** at ICLR 2024, **ranking #1** in the LLM-based Agent category.
11
+
12
+
🚀 Jan. 03, 2024: [v0.6.0](https://github.com/geekan/MetaGPT/releases/tag/v0.6.0) released, new features include serialization, upgraded OpenAI package and supported multiple LLM, provided [minimal example for debate](https://github.com/geekan/MetaGPT/blob/main/examples/debate_simple.py) etc.
13
+
14
+
🚀 Dec. 15, 2023: [v0.5.0](https://github.com/geekan/MetaGPT/releases/tag/v0.5.0) released, introducing some experimental features such as incremental development, multilingual, multiple programming languages, etc.
15
+
16
+
🔥 Nov. 08, 2023: MetaGPT is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html).
17
+
18
+
🔥 Sep. 01, 2023: MetaGPT tops GitHub Trending Monthly for the **17th time** in August 2023.
19
+
20
+
🌟 Jun. 30, 2023: MetaGPT is now open source.
21
+
22
+
🌟 Apr. 24, 2023: First line of MetaGPT code committed.
Copy file name to clipboardExpand all lines: README.md
+13-71Lines changed: 13 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,30 +27,16 @@
27
27
</p>
28
28
29
29
## News
30
-
🚀 Feb. 19, 2025: Today we are officially launching our natural language programming product: MGX (MetaGPT X) - the world's first AI agent development team. [Offical website](https://mgx.dev/)[Twitter](https://x.com/MetaGPT_/status/1892199535130329356)
31
30
32
-
🚀 Jan. 22, 2025: Our paper [AFlow: Automating Agentic Workflow Generation](https://openreview.net/forum?id=z5uVAKwmjf) accepted for **oral presentation (top 1.8%)** at ICLR 2025, **ranking #2** in the LLM-based Agent category.
33
-
34
-
🚀 Oct. 29, 2024: We introduced three papers: [AFLOW](https://arxiv.org/abs/2410.10762), [FACT](https://arxiv.org/abs/2410.21012), and [SELA](https://arxiv.org/abs/2410.17238), check the [code](examples)!
35
-
36
-
🚀 Mar. 29, 2024: [v0.8.0](https://github.com/geekan/MetaGPT/releases/tag/v0.8.0) released. Now you can use Data Interpreter ([arxiv](https://arxiv.org/abs/2402.18679), [example](https://docs.deepwisdom.ai/main/en/DataInterpreter/), [code](https://github.com/geekan/MetaGPT/tree/main/examples/di)) via pypi package import. Meanwhile, we integrated the RAG module and supported multiple new LLMs.
37
-
38
-
🚀 Feb. 08, 2024: [v0.7.0](https://github.com/geekan/MetaGPT/releases/tag/v0.7.0) released, supporting assigning different LLMs to different Roles. We also introduced [Data Interpreter](https://github.com/geekan/MetaGPT/blob/main/examples/di/README.md), a powerful agent capable of solving a wide range of real-world problems.
39
-
40
-
🚀 Jan. 16, 2024: Our paper [MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework
41
-
](https://openreview.net/forum?id=VtmBAGCN7o) accepted for **oral presentation (top 1.2%)** at ICLR 2024, **ranking #1** in the LLM-based Agent category.
31
+
🚀 Mar. 4, 2025: 🎉 [mgx.dev](https://mgx.dev/) is the #1 Product of the Day on @ProductHunt! 🏆
42
32
43
-
🚀 Jan. 03, 2024: [v0.6.0](https://github.com/geekan/MetaGPT/releases/tag/v0.6.0) released, new features include serialization, upgraded OpenAI package and supported multiple LLM, provided [minimal example for debate](https://github.com/geekan/MetaGPT/blob/main/examples/debate_simple.py) etc.
33
+
🚀 Feb. 19, 2025: Today we are officially launching our natural language programming product: [MGX (MetaGPT X)](https://mgx.dev/) - the world's first AI agent development team. More details on [Twitter](https://x.com/MetaGPT_/status/1892199535130329356).
44
34
45
-
🚀 Dec. 15, 2023: [v0.5.0](https://github.com/geekan/MetaGPT/releases/tag/v0.5.0) released, introducing some experimental features such as incremental development, multilingual, multiple programming languages, etc.
35
+
🚀 Feb. 17, 2025: We introduced two papers: [SPO](https://arxiv.org/pdf/2502.06855) and [AOT](https://arxiv.org/pdf/2502.12018), check the [code](examples)!
46
36
47
-
🔥 Nov. 08, 2023: MetaGPT is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html).
48
-
49
-
🔥 Sep. 01, 2023: MetaGPT tops GitHub Trending Monthly for the **17th time** in August 2023.
50
-
51
-
🌟 Jun. 30, 2023: MetaGPT is now open source.
37
+
🚀 Jan. 22, 2025: Our paper [AFlow: Automating Agentic Workflow Generation](https://openreview.net/forum?id=z5uVAKwmjf) accepted for **oral presentation (top 1.8%)** at ICLR 2025, **ranking #2** in the LLM-based Agent category.
52
38
53
-
🌟 Apr. 24, 2023: First line of MetaGPT code committed.
39
+
👉👉 [Earlier news](News.md)
54
40
55
41
## Software Company as Multi-Agent System
56
42
@@ -75,6 +61,8 @@ pip install --upgrade metagpt
75
61
# or `git clone https://github.com/geekan/MetaGPT && cd MetaGPT && pip install --upgrade -e .`
76
62
```
77
63
64
+
**Install [node](https://nodejs.org/en/download) and [pnpm](https://pnpm.io/installation#using-npm) before actual use.**
65
+
78
66
For detailed installation guidance, please refer to [cli_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-stable-version)
79
67
or [docker_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-with-docker)
80
68
@@ -107,7 +95,9 @@ metagpt "Create a 2048 game" # this will create a repo in ./workspace
107
95
or use it as library
108
96
109
97
```python
110
-
from metagpt.software_company import generate_repo, ProjectRepo
98
+
from metagpt.software_company import generate_repo
99
+
from metagpt.utils.project_repo import ProjectRepo
100
+
111
101
repo: ProjectRepo = generate_repo("Create a 2048 game") # or ProjectRepo("<path>")
112
102
print(repo) # it will print the repo structure with files
113
103
```
@@ -173,7 +163,7 @@ We will respond to all questions within 2-3 business days.
173
163
174
164
To stay updated with the latest research and development, follow [@MetaGPT_](https://twitter.com/MetaGPT_) on Twitter.
175
165
176
-
To cite [MetaGPT](https://openreview.net/forum?id=VtmBAGCN7o)or [Data Interpreter](https://arxiv.org/abs/2402.18679)in publications, please use the following BibTeX entries.
166
+
To cite [MetaGPT](https://openreview.net/forum?id=VtmBAGCN7o) in publications, please use the following BibTeX entries.
177
167
178
168
```bibtex
179
169
@inproceedings{hong2024metagpt,
@@ -183,54 +173,6 @@ To cite [MetaGPT](https://openreview.net/forum?id=VtmBAGCN7o) or [Data Interpret
183
173
year={2024},
184
174
url={https://openreview.net/forum?id=VtmBAGCN7o}
185
175
}
186
-
@misc{teng2025atom,
187
-
title={Atom of Thoughts for Markov LLM Test-Time Scaling},
188
-
author={Fengwei Teng and Zhaoyang Yu and Quan Shi and Jiayi Zhang and Chenglin Wu and Yuyu Luo},
189
-
year={2025},
190
-
eprint={2502.12018},
191
-
archivePrefix={arXiv},
192
-
primaryClass={cs.CL},
193
-
url={https://arxiv.org/abs/2502.12018},
194
-
}
195
-
@misc{xiang2025self,
196
-
title={Self-Supervised Prompt Optimization},
197
-
author={Jinyu Xiang and Jiayi Zhang and Zhaoyang Yu and Fengwei Teng and Jinhao Tu and Xinbing Liang and Sirui Hong and Chenglin Wu and Yuyu Luo},
198
-
year={2025},
199
-
eprint={2502.06855},
200
-
archivePrefix={arXiv},
201
-
primaryClass={cs.CL},
202
-
url={https://arxiv.org/abs/2502.06855},
203
-
}
204
-
@inproceedings{wang2025fact,
205
-
title={FACT: Examining the Effectiveness of Iterative Context Rewriting for Multi-fact Retrieval},
206
-
author={Jinlin Wang and Suyuchen Wang and Ziwen Xia and Sirui Hong and Yun Zhu and Bang Liu and Chenglin Wu},
207
-
booktitle={The 2025 Annual Conference of the Nations of the Americas Chapter of the ACL},
208
-
year={2025},
209
-
url={https://openreview.net/forum?id=VXOircx5h3}
210
-
}
211
-
@misc{chi2024sela,
212
-
title={SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning},
213
-
author={Yizhou Chi and Yizhang Lin and Sirui Hong and Duyi Pan and Yaying Fei and Guanghao Mei and Bangbang Liu and Tianqi Pang and Jacky Kwok and Ceyao Zhang and Bang Liu and Chenglin Wu},
author={Jiayi Zhang and Jinyu Xiang and Zhaoyang Yu and Fengwei Teng and Xiong-Hui Chen and Jiaqi Chen and Mingchen Zhuge and Xin Cheng and Sirui Hong and Jinlin Wang and Bingnan Zheng and Bang Liu and Yuyu Luo and Chenglin Wu},
223
-
booktitle={The Thirteenth International Conference on Learning Representations},
224
-
year={2025},
225
-
url={https://openreview.net/forum?id=z5uVAKwmjf}
226
-
}
227
-
@misc{hong2024data,
228
-
title={Data Interpreter: An LLM Agent For Data Science},
229
-
author={Sirui Hong and Yizhang Lin and Bang Liu and Bangbang Liu and Binhao Wu and Danyang Li and Jiaqi Chen and Jiayi Zhang and Jinlin Wang and Li Zhang and Lingyao Zhang and Min Yang and Mingchen Zhuge and Taicheng Guo and Tuo Zhou and Wei Tao and Wenyi Wang and Xiangru Tang and Xiangtao Lu and Xiawu Zheng and Xinbing Liang and Yaying Fei and Yuheng Cheng and Zongze Xu and Chenglin Wu},
230
-
year={2024},
231
-
eprint={2402.18679},
232
-
archivePrefix={arXiv},
233
-
primaryClass={cs.AI},
234
-
url={https://arxiv.org/abs/2402.18679},
235
-
}
236
176
```
177
+
178
+
For more work, please refer to [Academic Work](academic_work.md).
title={Meta{GPT}: Meta Programming for A Multi-Agent Collaborative Framework},
4
+
author={Sirui Hong and Mingchen Zhuge and Jonathan Chen and Xiawu Zheng and Yuheng Cheng and Jinlin Wang and Ceyao Zhang and Zili Wang and Steven Ka Shing Yau and Zijuan Lin and Liyang Zhou and Chenyu Ran and Lingfeng Xiao and Chenglin Wu and J{\"u}rgen Schmidhuber},
5
+
booktitle={The Twelfth International Conference on Learning Representations},
6
+
year={2024},
7
+
url={https://openreview.net/forum?id=VtmBAGCN7o}
8
+
}
9
+
10
+
@misc{teng2025atom,
11
+
title={Atom of Thoughts for Markov LLM Test-Time Scaling},
12
+
author={Fengwei Teng and Zhaoyang Yu and Quan Shi and Jiayi Zhang and Chenglin Wu and Yuyu Luo},
13
+
year={2025},
14
+
eprint={2502.12018},
15
+
archivePrefix={arXiv},
16
+
primaryClass={cs.CL},
17
+
url={https://arxiv.org/abs/2502.12018},
18
+
}
19
+
@misc{xiang2025self,
20
+
title={Self-Supervised Prompt Optimization},
21
+
author={Jinyu Xiang and Jiayi Zhang and Zhaoyang Yu and Fengwei Teng and Jinhao Tu and Xinbing Liang and Sirui Hong and Chenglin Wu and Yuyu Luo},
22
+
year={2025},
23
+
eprint={2502.06855},
24
+
archivePrefix={arXiv},
25
+
primaryClass={cs.CL},
26
+
url={https://arxiv.org/abs/2502.06855},
27
+
}
28
+
@inproceedings{wang2025fact,
29
+
title={FACT: Examining the Effectiveness of Iterative Context Rewriting for Multi-fact Retrieval},
30
+
author={Jinlin Wang and Suyuchen Wang and Ziwen Xia and Sirui Hong and Yun Zhu and Bang Liu and Chenglin Wu},
31
+
booktitle={The 2025 Annual Conference of the Nations of the Americas Chapter of the ACL},
32
+
year={2025},
33
+
url={https://openreview.net/forum?id=VXOircx5h3}
34
+
}
35
+
@misc{chi2024sela,
36
+
title={SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning},
37
+
author={Yizhou Chi and Yizhang Lin and Sirui Hong and Duyi Pan and Yaying Fei and Guanghao Mei and Bangbang Liu and Tianqi Pang and Jacky Kwok and Ceyao Zhang and Bang Liu and Chenglin Wu},
author={Jiayi Zhang and Jinyu Xiang and Zhaoyang Yu and Fengwei Teng and Xiong-Hui Chen and Jiaqi Chen and Mingchen Zhuge and Xin Cheng and Sirui Hong and Jinlin Wang and Bingnan Zheng and Bang Liu and Yuyu Luo and Chenglin Wu},
47
+
booktitle={The Thirteenth International Conference on Learning Representations},
48
+
year={2025},
49
+
url={https://openreview.net/forum?id=z5uVAKwmjf}
50
+
}
51
+
@misc{hong2024data,
52
+
title={Data Interpreter: An LLM Agent For Data Science},
53
+
author={Sirui Hong and Yizhang Lin and Bang Liu and Bangbang Liu and Binhao Wu and Danyang Li and Jiaqi Chen and Jiayi Zhang and Jinlin Wang and Li Zhang and Lingyao Zhang and Min Yang and Mingchen Zhuge and Taicheng Guo and Tuo Zhou and Wei Tao and Wenyi Wang and Xiangru Tang and Xiangtao Lu and Xiawu Zheng and Xinbing Liang and Yaying Fei and Yuheng Cheng and Zongze Xu and Chenglin Wu},
0 commit comments