Skip to content

Commit 44eccf0

Browse files
authored
Merge pull request #1749 from better629/main
update readme
2 parents 3d4d036 + e8fbc2d commit 44eccf0

File tree

3 files changed

+93
-73
lines changed

3 files changed

+93
-73
lines changed

News.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Earlier news
2+
3+
🚀 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.

README.md

Lines changed: 11 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,16 @@
2727
</p>
2828

2929
## 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)
3130

32-
🚀 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)!
33-
34-
🚀 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.
35-
36-
🚀 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)!
37-
38-
🚀 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.
39-
40-
🚀 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.
31+
🚀 Mar. 4, 2025: 🎉 [mgx.dev](https://mgx.dev/) is the #1 Product of the Day on @ProductHunt! 🏆
4132

42-
🚀 Jan. 16, 2024: Our paper [MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework
43-
](https://openreview.net/forum?id=VtmBAGCN7o) accepted for **oral presentation (top 1.2%)** at ICLR 2024, **ranking #1** in the LLM-based Agent category.
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).
4434

45-
🚀 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.
46-
47-
🚀 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.
48-
49-
🔥 Nov. 08, 2023: MetaGPT is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html).
50-
51-
🔥 Sep. 01, 2023: MetaGPT tops GitHub Trending Monthly for the **17th time** in August 2023.
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)!
5236

53-
🌟 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.
5438

55-
🌟 Apr. 24, 2023: First line of MetaGPT code committed.
39+
👉👉 [Earlier news](News.md)
5640

5741
## Software Company as Multi-Agent System
5842

@@ -111,7 +95,9 @@ metagpt "Create a 2048 game" # this will create a repo in ./workspace
11195
or use it as library
11296

11397
```python
114-
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+
115101
repo: ProjectRepo = generate_repo("Create a 2048 game") # or ProjectRepo("<path>")
116102
print(repo) # it will print the repo structure with files
117103
```
@@ -177,7 +163,7 @@ We will respond to all questions within 2-3 business days.
177163

178164
To stay updated with the latest research and development, follow [@MetaGPT_](https://twitter.com/MetaGPT_) on Twitter.
179165

180-
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.
181167

182168
```bibtex
183169
@inproceedings{hong2024metagpt,
@@ -187,54 +173,6 @@ To cite [MetaGPT](https://openreview.net/forum?id=VtmBAGCN7o) or [Data Interpret
187173
year={2024},
188174
url={https://openreview.net/forum?id=VtmBAGCN7o}
189175
}
190-
@misc{teng2025atom,
191-
title={Atom of Thoughts for Markov LLM Test-Time Scaling},
192-
author={Fengwei Teng and Zhaoyang Yu and Quan Shi and Jiayi Zhang and Chenglin Wu and Yuyu Luo},
193-
year={2025},
194-
eprint={2502.12018},
195-
archivePrefix={arXiv},
196-
primaryClass={cs.CL},
197-
url={https://arxiv.org/abs/2502.12018},
198-
}
199-
@misc{xiang2025self,
200-
title={Self-Supervised Prompt Optimization},
201-
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},
202-
year={2025},
203-
eprint={2502.06855},
204-
archivePrefix={arXiv},
205-
primaryClass={cs.CL},
206-
url={https://arxiv.org/abs/2502.06855},
207-
}
208-
@inproceedings{wang2025fact,
209-
title={FACT: Examining the Effectiveness of Iterative Context Rewriting for Multi-fact Retrieval},
210-
author={Jinlin Wang and Suyuchen Wang and Ziwen Xia and Sirui Hong and Yun Zhu and Bang Liu and Chenglin Wu},
211-
booktitle={The 2025 Annual Conference of the Nations of the Americas Chapter of the ACL},
212-
year={2025},
213-
url={https://openreview.net/forum?id=VXOircx5h3}
214-
}
215-
@misc{chi2024sela,
216-
title={SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning},
217-
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},
218-
year={2024},
219-
eprint={2410.17238},
220-
archivePrefix={arXiv},
221-
primaryClass={cs.AI},
222-
url={https://arxiv.org/abs/2410.17238},
223-
}
224-
@inproceedings{zhang2025aflow,
225-
title={{AF}low: Automating Agentic Workflow Generation},
226-
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},
227-
booktitle={The Thirteenth International Conference on Learning Representations},
228-
year={2025},
229-
url={https://openreview.net/forum?id=z5uVAKwmjf}
230-
}
231-
@misc{hong2024data,
232-
title={Data Interpreter: An LLM Agent For Data Science},
233-
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},
234-
year={2024},
235-
eprint={2402.18679},
236-
archivePrefix={arXiv},
237-
primaryClass={cs.AI},
238-
url={https://arxiv.org/abs/2402.18679},
239-
}
240176
```
177+
178+
For more work, please refer to [Academic Work](academic_work.md).

academic_work.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
```bibtex
2+
@inproceedings{hong2024metagpt,
3+
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},
38+
year={2024},
39+
eprint={2410.17238},
40+
archivePrefix={arXiv},
41+
primaryClass={cs.AI},
42+
url={https://arxiv.org/abs/2410.17238},
43+
}
44+
@inproceedings{zhang2025aflow,
45+
title={{AF}low: Automating Agentic Workflow Generation},
46+
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},
54+
year={2024},
55+
eprint={2402.18679},
56+
archivePrefix={arXiv},
57+
primaryClass={cs.AI},
58+
url={https://arxiv.org/abs/2402.18679},
59+
}
60+
```

0 commit comments

Comments
 (0)