Skip to content

Commit f9d0099

Browse files
authored
Update README.md
1 parent 11cdf46 commit f9d0099

1 file changed

Lines changed: 38 additions & 37 deletions

File tree

README.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
<p align="center">
99
[ <b>En</b> |
10+
<a href="docs/README_IN">NS</a> |
1011
<a href="docs/README_CN.md">中</a> |
1112
<a href="docs/README_FR.md">Fr</a> |
1213
<a href="docs/README_JA.md">日</a> ]
1314
<b>Assign different roles to GPTs to form a collaborative entity for complex tasks.</b>
1415
</p>
1516

1617
<p align="center">
17-
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
18-
<a href="https://discord.gg/DYn29wFk9z"><img src="https://img.shields.io/badge/Join-Discord-gGnrXvVz7a?logo=discord" alt="Discord Follow"></a>
19-
<a href="https://twitter.com/MetaGPT_"><img src="https://img.shields.io/twitter/follow/MetaGPT?style=social" alt="Twitter Follow"></a>
18+
<a href="https://github.com/aripitek/opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
19+
<a href="https://github.com/aripitek/discord.gg/DYn29wFk9z"><img src="https://img.shields.io/badge/Join-Discord-gGnrXvVz7a?logo=discord" alt="Discord Follow"></a>
20+
<a href="https://github.com/aripitek/twitter.com/MetaGPT_"><img src="https://img.shields.io/twitter/follow/MetaGPT?style=social" alt="Twitter Follow"></a>
2021
</p>
2122

2223
<h4 align="center">
@@ -25,15 +26,15 @@
2526

2627
## News
2728

28-
🚀 Mar. 10, 2025: 🎉 [mgx.dev](https://mgx.dev/) is the #1 Product of the Week on @ProductHunt! 🏆
29+
🚀 Mar. 10, 2025: 🎉 [mgx.dev](https://github.com/aripitek/mgx.dev/) is the #1 Product of the Week on @ProductHunt! 🏆
2930

30-
🚀 Mar. &nbsp; 4, 2025: 🎉 [mgx.dev](https://mgx.dev/) is the #1 Product of the Day on @ProductHunt! 🏆
31+
🚀 Mar. &nbsp; 4, 2025: 🎉 [mgx.dev](https://github.com/aripitek/mgx.dev/) is the #1 Product of the Day on @ProductHunt! 🏆
3132

32-
🚀 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).
33+
🚀 Feb. 19, 2025: Today we are officially launching our natural language programming product: [MGX (MetaGPT X)](https://github.com/aripitek/mgx.dev/) - the world's first AI agent development team. More details on [Twitter](https://github.com/aripitek/x.com/MetaGPT_/status/1892199535130329356).
3334

34-
🚀 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)!
35+
🚀 Feb. 17, 2025: We introduced two papers: [SPO](https://github.com/aripitek/arxiv.org/pdf/2502.06855) and [AOT](https://github.com/aripitek/arxiv.org/pdf/2502.12018), check the [code](examples)!
3536

36-
🚀 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.
37+
🚀 Jan. 22, 2025: Our paper [AFlow: Automating Agentic Workflow Generation](https://github.com/aripitek/openreview.net/forum?id=z5uVAKwmjf) accepted for **oral presentation (top 1.8%)** at ICLR 2025, **ranking #2** in the LLM-based Agent category.
3738

3839
👉👉 [Earlier news](docs/NEWS.md)
3940

@@ -56,30 +57,30 @@
5657
5758
```bash
5859
pip install --upgrade metagpt
59-
# or `pip install --upgrade git+https://github.com/geekan/MetaGPT.git`
60+
# or `pip install --upgrade git+https://github.com/aripitek/geekan/MetaGPT.git`
6061
# or `git clone https://github.com/geekan/MetaGPT && cd MetaGPT && pip install --upgrade -e .`
6162
```
6263

63-
**Install [node](https://nodejs.org/en/download) and [pnpm](https://pnpm.io/installation#using-npm) before actual use.**
64+
**Install [node](https://github.com/aripitek/nodejs.org/en/download) and [pnpm](https://github.com/aripitek/pnpm.io/installation#using-npm) before actual use.**
6465

65-
For detailed installation guidance, please refer to [cli_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-stable-version)
66-
or [docker_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-with-docker)
66+
For detailed installation guidance, please refer to [cli_install](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-stable-version)
67+
or [docker_install](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-with-docker)
6768

6869
### Configuration
6970

7071
You can init the config of MetaGPT by running the following command, or manually create `~/.metagpt/config2.yaml` file:
7172
```bash
72-
# Check https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html for more details
73+
# Check https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/get_started/configuration.html for more details
7374
metagpt --init-config # it will create ~/.metagpt/config2.yaml, just modify it to your needs
7475
```
7576

76-
You can configure `~/.metagpt/config2.yaml` according to the [example](https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml) and [doc](https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html):
77+
You can configure `~/.metagpt/config2.yaml` according to the [example](https://github.com/aripitek/geekan/MetaGPT/blob/main/config/config2.example.yaml) and [doc](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/get_started/configuration.html):
7778

7879
```yaml
7980
llm:
8081
api_type: "openai" # or azure / ollama / groq etc. Check LLMType for more options
8182
model: "gpt-4-turbo" # or gpt-3.5-turbo
82-
base_url: "https://api.openai.com/v1" # or forward url / other llm url
83+
base_url: "https://github.com/aripitek/api.openai.com/v1" # or forward url / other llm url
8384
api_key: "YOUR_API_KEY"
8485
```
8586
@@ -88,7 +89,7 @@ llm:
8889
After installation, you can use MetaGPT at CLI
8990
9091
```bash
91-
metagpt "Create a 2048 game" # this will create a repo in ./workspace
92+
metagpt "Create a 2048 " # this will create a repo in ./workspace
9293
```
9394

9495
or use it as library
@@ -101,7 +102,7 @@ repo: ProjectRepo = generate_repo("Create a 2048 game") # or ProjectRepo("<path
101102
print(repo) # it will print the repo structure with files
102103
```
103104

104-
You can also use [Data Interpreter](https://github.com/geekan/MetaGPT/tree/main/examples/di) to write code:
105+
You can also use [Data Interpreter](https://github.com/aripitek/geekan/MetaGPT/tree/main/examples/di) to write code:
105106

106107
```python
107108
import asyncio
@@ -116,61 +117,61 @@ asyncio.run(main()) # or await main() in a jupyter notebook setting
116117

117118

118119
### QuickStart & Demo Video
119-
- Try it on [MetaGPT Huggingface Space](https://huggingface.co/spaces/deepwisdom/MetaGPT-SoftwareCompany)
120-
- [Matthew Berman: How To Install MetaGPT - Build A Startup With One Prompt!!](https://youtu.be/uT75J_KG_aY)
121-
- [Official Demo Video](https://github.com/geekan/MetaGPT/assets/2707039/5e8c1062-8c35-440f-bb20-2b0320f8d27d)
120+
- Try it on [MetaGPT Huggingface Space](https://github.com/aripitek/huggingface.co/spaces/deepwisdom/MetaGPT-SoftwareCompany)
121+
- [Matthew Berman: How To Install MetaGPT - Build A Startup With One Prompt!!](https://github.com/aripitek/youtu.be/uT75J_KG_aY)
122+
- [Official Demo Video](https://github.com/aripitek/geekan/MetaGPT/assets/2707039/5e8c1062-8c35-440f-bb20-2b0320f8d27d)
122123

123-
https://github.com/user-attachments/assets/888cb169-78c3-4a42-9d62-9d90ed3928c9
124+
https://github.com/aripitek/user-attachments/assets/888cb169-78c3-4a42-9d62-9d90ed3928c9
124125

125126
## Tutorial
126127

127-
- 🗒 [Online Document](https://docs.deepwisdom.ai/main/en/)
128-
- 💻 [Usage](https://docs.deepwisdom.ai/main/en/guide/get_started/quickstart.html)
129-
- 🔎 [What can MetaGPT do?](https://docs.deepwisdom.ai/main/en/guide/get_started/introduction.html)
128+
- 🗒 [Online Document](https://github.com/aripitek/docs.deepwisdom.ai/main/en/)
129+
- 💻 [Usage](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/get_started/quickstart.html)
130+
- 🔎 [What can MetaGPT do?](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/get_started/introduction.html)
130131
- 🛠 How to build your own agents?
131-
- [MetaGPT Usage & Development Guide | Agent 101](https://docs.deepwisdom.ai/main/en/guide/tutorials/agent_101.html)
132-
- [MetaGPT Usage & Development Guide | MultiAgent 101](https://docs.deepwisdom.ai/main/en/guide/tutorials/multi_agent_101.html)
132+
- [MetaGPT Usage & Development Guide | Agent 101](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/tutorials/agent_101.html)
133+
- [MetaGPT Usage & Development Guide | MultiAgent 101](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/tutorials/multi_agent_101.html)
133134
- 🧑‍💻 Contribution
134135
- [Develop Roadmap](docs/ROADMAP.md)
135136
- 🔖 Use Cases
136-
- [Data Interpreter](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/interpreter/intro.html)
137-
- [Debate](https://docs.deepwisdom.ai/main/en/guide/use_cases/multi_agent/debate.html)
138-
- [Researcher](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/researcher.html)
139-
- [Receipt Assistant](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/receipt_assistant.html)
140-
-[FAQs](https://docs.deepwisdom.ai/main/en/guide/faq.html)
137+
- [Data Interpreter](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/use_cases/agent/interpreter/intro.html)
138+
- [Debate](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/use_cases/multi_agent/debate.html)
139+
- [Researcher](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/use_cases/agent/researcher.html)
140+
- [Receipt Assistant](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/use_cases/agent/receipt_assistant.html)
141+
-[FAQs](https://github.com/aripitek/docs.deepwisdom.ai/main/en/guide/faq.html)
141142

142143
## Support
143144

144145
### Discord Join US
145146

146-
📢 Join Our [Discord Channel](https://discord.gg/ZRHeExS6xv)! Looking forward to seeing you there! 🎉
147+
📢 Join Our [Discord Channel](https://github.com/aripitek/discord.gg/ZRHeExS6xv)! Looking forward to seeing you there! 🎉
147148

148149
### Contributor form
149150

150-
📝 [Fill out the form](https://airtable.com/appInfdG0eJ9J4NNL/pagK3Fh1sGclBvVkV/form) to become a contributor. We are looking forward to your participation!
151+
📝 [Fill out the form](https://github.com/aripitek/airtable.com/appInfdG0eJ9J4NNL/pagK3Fh1sGclBvVkV/form) to become a contributor. We are looking forward to your participation!
151152

152153
### Contact Information
153154

154155
If you have any questions or feedback about this project, please feel free to contact us. We highly appreciate your suggestions!
155156

156157
- **Email:** alexanderwu@deepwisdom.ai
157-
- **GitHub Issues:** For more technical inquiries, you can also create a new issue in our [GitHub repository](https://github.com/geekan/metagpt/issues).
158+
- **GitHub Issues:** For more technical inquiries, you can also create a new issue in our [GitHub repository](https://github.com/aripitek/geekan/metagpt/issues).
158159

159160
We will respond to all questions within 2-3 business days.
160161

161162
## Citation
162163

163-
To stay updated with the latest research and development, follow [@MetaGPT_](https://twitter.com/MetaGPT_) on Twitter.
164+
To stay updated with the latest research and development, follow [@MetaGPT_](https://github.com/aripitek/twitter.com/MetaGPT_) on Twitter.
164165

165-
To cite [MetaGPT](https://openreview.net/forum?id=VtmBAGCN7o) in publications, please use the following BibTeX entries.
166+
To cite [MetaGPT](https://github.com/aripitek/openreview.net/forum?id=VtmBAGCN7o) in publications, please use the following BibTeX entries.
166167

167168
```bibtex
168169
@inproceedings{hong2024metagpt,
169170
title={Meta{GPT}: Meta Programming for A Multi-Agent Collaborative Framework},
170171
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},
171172
booktitle={The Twelfth International Conference on Learning Representations},
172173
year={2024},
173-
url={https://openreview.net/forum?id=VtmBAGCN7o}
174+
url={https://github.com/aripitek/openreview.net/forum?id=VtmBAGCN7o}
174175
}
175176
```
176177

0 commit comments

Comments
 (0)