mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
commit
fc51ecf768
6 changed files with 19 additions and 44 deletions
17
README.md
17
README.md
|
|
@ -6,6 +6,10 @@ # MetaGPT: The Multi-Agent Framework
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
[ <b> En </b> |
|
||||
<a href="docs/README_CN.md"> 中 </a> |
|
||||
<a href="docs/README_FR.md"> Fr </a> |
|
||||
<a href="docs/README_JA.md"> 日 </a> ]
|
||||
<b>Assign different roles to GPTs to form a collaborative entity for complex tasks.</b>
|
||||
</p>
|
||||
|
||||
|
|
@ -13,17 +17,10 @@ # MetaGPT: The Multi-Agent Framework
|
|||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
||||
<a href="https://discord.gg/DYn29wFk9z"><img src="https://dcbadge.vercel.app/api/server/DYn29wFk9z?style=flat" alt="Discord Follow"></a>
|
||||
<a href="https://twitter.com/MetaGPT_"><img src="https://img.shields.io/twitter/follow/MetaGPT?style=social" alt="Twitter Follow"></a>
|
||||
<a href="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/geekan/MetaGPT"><img src="https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode" alt="Open in Dev Containers"></a>
|
||||
<a href="https://codespaces.new/geekan/MetaGPT"><img src="https://img.shields.io/badge/Github_Codespace-Open-blue?logo=github" alt="Open in GitHub Codespaces"></a>
|
||||
</p>
|
||||
|
||||
<h4 align="center">
|
||||
<p>
|
||||
<b>English</b> |
|
||||
<a href="docs/README_CN.md">简体中文</a> |
|
||||
<a href="docs/README_FR.md">Français</a> |
|
||||
<a href="docs/README_JA.md">日本語</a>
|
||||
</p>
|
||||
|
||||
</h4>
|
||||
|
||||
## News
|
||||
|
|
@ -38,7 +35,7 @@ ## News
|
|||
|
||||
🚀 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.
|
||||
|
||||
👉👉 [Earlier news](News.md)
|
||||
👉👉 [Earlier news](docs/NEWS.md)
|
||||
|
||||
## Software Company as Multi-Agent System
|
||||
|
||||
|
|
@ -177,4 +174,4 @@ ## Citation
|
|||
}
|
||||
```
|
||||
|
||||
For more work, please refer to [Academic Work](academic_work.md).
|
||||
For more work, please refer to [Academic Work](docs/ACADEMIC_WORK.md).
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ # MetaGPT: 多智能体框架
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
[ <a href="../README.md"> En </a> |
|
||||
<b> 中 </b> |
|
||||
<a href="README_FR.md"> Fr </a> |
|
||||
<a href="README_JA.md"> 日 </a> ]
|
||||
<b>使 GPTs 组成软件公司,协作处理更复杂的任务</b>
|
||||
</p>
|
||||
|
||||
|
|
@ -12,19 +16,8 @@ # MetaGPT: 多智能体框架
|
|||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
||||
<a href="https://discord.gg/DYn29wFk9z"><img src="https://dcbadge.vercel.app/api/server/DYn29wFk9z?style=flat" alt="Discord Follow"></a>
|
||||
<a href="https://twitter.com/MetaGPT_"><img src="https://img.shields.io/twitter/follow/MetaGPT?style=social" alt="Twitter Follow"></a>
|
||||
<a href="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/geekan/MetaGPT"><img src="https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode" alt="Open in Dev Containers"></a>
|
||||
<a href="https://codespaces.new/geekan/MetaGPT"><img src="https://img.shields.io/badge/Github_Codespace-Open-blue?logo=github" alt="Open in GitHub Codespaces"></a>
|
||||
</p>
|
||||
|
||||
<h4 align="center">
|
||||
<p>
|
||||
<a href="../README.md">English</a> |
|
||||
<b>简体中文</b> |
|
||||
<a href="README_FR.md">Français</a> |
|
||||
<a href="README_JA.md">日本語</a>
|
||||
</p>
|
||||
</h4>
|
||||
|
||||
1. MetaGPT输入**一句话的老板需求**,输出**用户故事 / 竞品分析 / 需求 / 数据结构 / APIs / 文件等**
|
||||
2. MetaGPT内部包括**产品经理 / 架构师 / 项目经理 / 工程师**,它提供了一个**软件公司**的全过程与精心调配的SOP
|
||||
1. `Code = SOP(Team)` 是核心哲学。我们将SOP具象化,并且用于LLM构成的团队
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ # MetaGPT: Architecture Multi-Agent
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
[ <a href="../README.md"> En </a> |
|
||||
<a href="README_CN.md"> 中 </a> |
|
||||
<b> Fr </b> |
|
||||
<a href="README_JA.md"> 日 </a> ]
|
||||
<b>Assigner différents rôles aux GPTs pour former une entité collaborative capable de gérer des tâches complexes.</b>
|
||||
</p>
|
||||
|
||||
|
|
@ -13,19 +17,8 @@ # MetaGPT: Architecture Multi-Agent
|
|||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
||||
<a href="https://discord.gg/DYn29wFk9z"><img src="https://dcbadge.vercel.app/api/server/DYn29wFk9z?style=flat" alt="Discord Follow"></a>
|
||||
<a href="https://twitter.com/MetaGPT_"><img src="https://img.shields.io/twitter/follow/MetaGPT?style=social" alt="Twitter Follow"></a>
|
||||
<a href="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/geekan/MetaGPT"><img src="https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode" alt="Open in Dev Containers"></a>
|
||||
<a href="https://codespaces.new/geekan/MetaGPT"><img src="https://img.shields.io/badge/Github_Codespace-Open-blue?logo=github" alt="Open in GitHub Codespaces"></a>
|
||||
</p>
|
||||
|
||||
<h4 align="center">
|
||||
<p>
|
||||
<a href="../README.md">English</a> |
|
||||
<a href="README_CN.md">简体中文</a> |
|
||||
<b>Français</b> |
|
||||
<a href="README_JA.md">日本語</a>
|
||||
</p>
|
||||
</h4>
|
||||
|
||||
## Nouveautés
|
||||
🚀 29 mars 2024: La version [v0.8.0](https://github.com/geekan/MetaGPT/releases/tag/v0.8.0) a été publiée. Vous pouvez désormais utiliser le 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 l'importation du package PyPI. De plus, le module RAG (Génération Augmentée par Récupération) a été intégré, et plusieurs nouveaux modèles de LLMs sont désormais pris en charge.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ # MetaGPT: マルチエージェントフレームワーク
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
[ <a href="../README.md"> En </a> |
|
||||
<a href="README_CN.md"> 中 </a> |
|
||||
<a href="README_FR.md"> Fr </a> |
|
||||
<b> 日 </b> ]
|
||||
<b>GPT にさまざまな役割を割り当てることで、複雑なタスクのための共同ソフトウェアエンティティを形成します。</b>
|
||||
</p>
|
||||
|
||||
|
|
@ -12,18 +16,6 @@ # MetaGPT: マルチエージェントフレームワーク
|
|||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
||||
<a href="https://discord.gg/DYn29wFk9z"><img src="https://dcbadge.vercel.app/api/server/DYn29wFk9z?style=flat" alt="Discord Follow"></a>
|
||||
<a href="https://twitter.com/MetaGPT_"><img src="https://img.shields.io/twitter/follow/MetaGPT?style=social" alt="Twitter Follow"></a>
|
||||
<a href="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/geekan/MetaGPT"><img src="https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode" alt="Open in Dev Containers"></a>
|
||||
<a href="https://codespaces.new/geekan/MetaGPT"><img src="https://img.shields.io/badge/Github_Codespace-Open-blue?logo=github" alt="Open in GitHub Codespaces"></a>
|
||||
</p>
|
||||
|
||||
<h4 align="center">
|
||||
<p>
|
||||
<a href="../README.md">English</a> |
|
||||
<a href="README_CN.md">简体中文</a> |
|
||||
<a href="README_FR.md">Français</a> |
|
||||
<b>日本語</b>
|
||||
</p>
|
||||
</h4>
|
||||
|
||||
1. MetaGPT は、**1 行の要件** を入力とし、**ユーザーストーリー / 競合分析 / 要件 / データ構造 / API / 文書など** を出力します。
|
||||
2. MetaGPT には、**プロダクト マネージャー、アーキテクト、プロジェクト マネージャー、エンジニア** が含まれています。MetaGPT は、**ソフトウェア会社のプロセス全体を、慎重に調整された SOP とともに提供します。**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue