From 9221fb73947389ee5090b44d282601325f51d21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esp=C3=A9rance=20Codjo=20AYIWAHOUN?= Date: Sun, 13 Oct 2024 23:03:31 +0100 Subject: [PATCH 1/7] add readme in french language --- docs/README_FR.md | 196 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 docs/README_FR.md diff --git a/docs/README_FR.md b/docs/README_FR.md new file mode 100644 index 000000000..eabd5e952 --- /dev/null +++ b/docs/README_FR.md @@ -0,0 +1,196 @@ + +# MetaGPT: Architecture Multi-Agent + +

+Logo de MetaGPT : Permettre à GPT de travailler dans une entreprise de logiciels, en collaborant pour relever des tâches plus complexes. +

+ +

+Assigner différents rôles aux GPTs pour former une entité collaborative capable de gérer des tâches complexes. +

+ +

+CN doc +EN doc +FR doc +JA doc +License: MIT +roadmap +Suivre le Discord +Suivre sur Twitter +

+ +

+ Ouvrir dans Dev Containers + Ouvir dans GitHub Codespaces + Hugging Face +

+ +## 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. + +🚀 28 février 2024: La version [v0.7.0](https://github.com/geekan/MetaGPT/releases/tag/v0.7.0) a été publiée, permettant l'attribution de différents modèles de langage (LLMs) à différents Rôles. Nous avons également introduit le [Data Interpreter](https://github.com/geekan/MetaGPT/blob/main/examples/di/README.md), , un agent puissant capable de résoudre une grande variété de problèmes du monde réel. + +🚀 16 janvier 2024: Notre article intitulé [MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework +](https://openreview.net/forum?id=VtmBAGCN7o) a été accepté pour une **présentation orale (top 1,2%)** à la conférence ICLR 2024, se **classant n°1** dans la catégorie des agents basés sur les modèles de langage (LLM). + +🚀 3 janvier 2024 : La version [v0.6.0](https://github.com/geekan/MetaGPT/releases/tag/v0.6.0) a été publiée avec de nouvelles fonctionnalités, notamment la sérialisation, la mise à niveau du package OpenAI et la prise en charge de plusieurs modèles de langage (LLM). Un [exemple minimal pour le débat](https://github.com/geekan/MetaGPT/blob/main/examples/debate_simple.py) a également été ajouté pour illustrer ces capacités. + +🚀 15 décembre 2023 : La version [v0.5.0](https://github.com/geekan/MetaGPT/releases/tag/v0.5.0) a été publiée, introduisant des fonctionnalités expérimentales telles que le développement incrémental, la prise en charge du multilingue, et la compatibilité avec plusieurs langages de programmation, etc.. + + +🔥 8 novembre 2023 : MetaGPT a été sélectionné parmi les [Open100: Top 100 des réalisations open source](https://www.benchcouncil.org/evaluation/opencs/annual.html), une reconnaissance qui met en avant les meilleures innovations et contributions dans le domaine des projets open source. + +🔥 1er septembre 2023 : MetaGPT a dominé le classement **GitHub Trending Monthly** pour la **17ème fois** en août 2023, consolidant ainsi sa position en tant que projet open source de premier plan. + +🌟 30 juin 2023 : MetaGPT est désormais open source, permettant à la communauté de contribuer et d'enrichir le projet. + +🌟 24 avril 2023 : La première ligne de code de MetaGPT a été engagée, marquant le début de ce projet innovant. + + +### Système multi-agents dans une entreprise de logiciels + +1. **Exigence unique** : MetaGPT prend en entrée une **exigence formulée en une ligne** et produit des résultats variés, tels que des **user stories, des analyses concurrentielles, des exigences, des structures de données, des API, des documents, etc.**. + +2. **Structure interne** : MetaGPT intègre divers rôles présents dans une entreprise de logiciels, notamment **des chefs de produits, des architectes, des chefs de projet et des ingénieurs**. Ce système propose un processus complet de **développement logiciel**, soutenu par des **procédures opérationnelles standardisées (SOP) soigneusement orchestrées**. + + 1. La philosophie centrale du système est exprimée par l'énoncé : `Code = SOP(Équipe)`. Cela signifie que les SOP sont concrétisées et appliquées à des équipes composées de modèles de langage (LLMs), permettant ainsi une meilleure gestion et un meilleur déroulement des projets. + + + + +![Une entreprise de logiciels se compose de rôles basés sur des LLM](docs/resources/software_company_cd.jpeg) + +

Schéma multi-agent d'une entreprise de logiciels (Mise en œuvre progressive)

+ + +## Commençons ! + +### Installation + +> Assurez-vous que Python 3.9 ou supérieur, mais inférieur à 3.12, est installé sur votre système. Vous pouvez le vérifier en utilisant : `python --version`. +> Vous pouvez utiliser conda comme suit : `conda create -n metagpt python=3.9 && conda activate metagpt` + +```bash +pip install --upgrade metagpt +# or `pip install --upgrade git+https://github.com/geekan/MetaGPT.git` +# or `git clone https://github.com/geekan/MetaGPT && cd MetaGPT && pip install --upgrade -e .` +``` + +Pour des conseils d'installation détaillés, veuillez vous référer à [cli_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-stable-version) + ou [docker_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-with-docker) + +### Configuration + +Vous pouvez initialiser la configuration de MetaGPT en lançant la commande suivante, ou en créant manuellement le fichier `~/.metagpt/config2.yaml` : +```bash +# Visitez https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html pour plus de détails +metagpt --init-config # il créera ~/.metagpt/config2.yaml, il suffit de le modifier selon vos besoins +``` + +Vous pouvez configurer `~/.metagpt/config2.yaml` selon l'[exemple](https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml) et le [doc](https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html) : + +```yaml +llm: + api_type: "openai" # ou azure / ollama / groq etc. Consultez LLMType pour plus d'options + model: "gpt-4-turbo" # ou gpt-3.5-turbo + base_url: "https://api.openai.com/v1" # ou URL de transfert / URL d'autre LLM. + api_key: "VOTRE_CLE_API" +``` + +### Utilisation + +Après l'installation, vous pouvez utiliser MetaGPT en CLI + +```bash +metagpt "Create a 2048 game" # ceci créera un repo dans ./workspace +``` + +ou l'utiliser comme bibliothèque + +```python +from metagpt.software_company import generate_repo, ProjectRepo +repo: ProjectRepo = generate_repo("Create a 2048 game") # ou ProjectRepo("") +print(repo) # il affichera la structure du repo avec les fichiers +``` + +Vous pouvez aussi utiliser [Data Interpreter](https://github.com/geekan/MetaGPT/tree/main/examples/di) pour écrire du code: + +```python +import asyncio +from metagpt.roles.di.data_interpreter import DataInterpreter + +async def main(): + di = DataInterpreter() + await di.run("Exécuter une analyse de données sur le jeu de données sklearn Iris et y inclure un graphique") + +asyncio.run(main()) # ou attendre main() dans une configuration de notebook jupyter +``` + + +### Vidéo de démonstration et de démarrage rapide (en Anglais) : +- Essayez-le sur [MetaGPT Huggingface Space](https://huggingface.co/spaces/deepwisdom/MetaGPT) +- [Matthew Berman : Comment installer MetaGPT - Construire une startup avec une seule invite](https://youtu.be/uT75J_KG_aY) +- [Vidéo de démonstration officielle](https://github.com/geekan/MetaGPT/assets/2707039/5e8c1062-8c35-440f-bb20-2b0320f8d27d) + +https://github.com/geekan/MetaGPT/assets/34952977/34345016-5d13-489d-b9f9-b82ace413419 + +## Tutoriel (en Anglais) + +- 🗒 [Document en ligne](https://docs.deepwisdom.ai/main/en/) +- 💻 [Utilisation](https://docs.deepwisdom.ai/main/en/guide/get_started/quickstart.html) +- 🔎 [Que peut faire MetaGPT](https://docs.deepwisdom.ai/main/en/guide/get_started/introduction.html) +- 🛠 Comment créer ses propres agents ? + - [MetaGPT Guide d'utilisation et de développement | Agent 101](https://docs.deepwisdom.ai/main/en/guide/tutorials/agent_101.html) + - [MetaGPT Guide d'utilisation et de développement | MultiAgent 101](https://docs.deepwisdom.ai/main/en/guide/tutorials/multi_agent_101.html) +- 🧑‍💻 Contribution + - [Élaborer une feuille de route](docs/ROADMAP.md) +- 🔖 Cas d'usage + - [Interprète des données](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/interpreter/intro.html) + - [Débat](https://docs.deepwisdom.ai/main/en/guide/use_cases/multi_agent/debate.html) + - [Chercheur](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/researcher.html) + - [Assistant(e) de réception](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/receipt_assistant.html) +- ❓ [FAQs](https://docs.deepwisdom.ai/main/en/guide/faq.html) + +## Support + +### Rejoignez-nous sur Discord + +📢 Rejoignez-nous sur [Discord Channel](https://discord.gg/ZRHeExS6xv)! Au plaisir de vous y voir ! 🎉 + +### Formulaire de contribution + +📝 [Remplissez le formulaire](https://airtable.com/appInfdG0eJ9J4NNL/pagK3Fh1sGclBvVkV/form) pour devenir contributeur. Nous nous réjouissons de votre participation ! + +### Information de contact + +Si vous avez des questions ou des commentaires sur ce projet, n'hésitez pas à nous contacter. Nous apprécions grandement vos suggestions ! + +- **Email:** alexanderwu@deepwisdom.ai +- **GitHub Issues:** Pour des questions plus techniques, vous pouvez également créer un nouveau problème dans notre [dépôt Github](https://github.com/geekan/metagpt/issues). + +Nous répondrons à toutes les questions dans un délai de 2 à 3 jours ouvrables. + +## Citation + +Pour rester informé des dernières recherches et développements, suivez [@MetaGPT_] (https://twitter.com/MetaGPT_) sur Twitter. + +Pour citer [MetaGPT](https://openreview.net/forum?id=VtmBAGCN7o) ou [Data Interpreter](https://arxiv.org/abs/2402.18679) dans des publications, veuillez utiliser les entrées BibTeX suivantes. + +```bibtex +@inproceedings{hong2024metagpt, + title={Meta{GPT}: Meta Programming for A Multi-Agent Collaborative Framework}, + 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}, + booktitle={The Twelfth International Conference on Learning Representations}, + year={2024}, + url={https://openreview.net/forum?id=VtmBAGCN7o} +} +@misc{hong2024data, + title={Data Interpreter: An LLM Agent For Data Science}, + 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}, + year={2024}, + eprint={2402.18679}, + archivePrefix={arXiv}, + primaryClass={cs.AI} +} +``` From 52058986bfaaaadccd2f6d2c0fbfdf753bf59d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esp=C3=A9rance=20Codjo=20AYIWAHOUN?= Date: Sun, 13 Oct 2024 23:16:03 +0100 Subject: [PATCH 2/7] update to integrate link for french version --- README.md | 1 + docs/README_CN.md | 1 + docs/README_JA.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index a151a1f0f..aa7bef194 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ # MetaGPT: The Multi-Agent Framework

CN doc EN doc +FR doc JA doc License: MIT roadmap diff --git a/docs/README_CN.md b/docs/README_CN.md index 4e7866d83..c1541cd4a 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -11,6 +11,7 @@ # MetaGPT: 多智能体框架

CN doc EN doc +FR doc JA doc Discord Follow License: MIT diff --git a/docs/README_JA.md b/docs/README_JA.md index 8981361a8..c7f25553b 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -11,6 +11,7 @@ # MetaGPT: マルチエージェントフレームワーク

CN doc EN doc +FR doc JA doc Discord Follow License: MIT From d4970f23caa8768cbb4d1da913e7a9320aa044cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esp=C3=A9rance=20Codjo=20AYIWAHOUN?= Date: Sun, 13 Oct 2024 23:18:07 +0100 Subject: [PATCH 3/7] update readme_fr --- docs/README_FR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README_FR.md b/docs/README_FR.md index eabd5e952..573c000ff 100644 --- a/docs/README_FR.md +++ b/docs/README_FR.md @@ -2,7 +2,7 @@ # MetaGPT: Architecture Multi-Agent

-Logo de MetaGPT : Permettre à GPT de travailler dans une entreprise de logiciels, en collaborant pour relever des tâches plus complexes. +Logo de MetaGPT : Permettre à GPT de travailler dans une entreprise de logiciels, en collaborant pour relever des tâches plus complexes.

From ebf95ab08c575eb2a1831a765076478ffd434825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esp=C3=A9rance=20Codjo=20AYIWAHOUN?= Date: Sun, 13 Oct 2024 23:34:55 +0100 Subject: [PATCH 4/7] - --- docs/README_FR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README_FR.md b/docs/README_FR.md index 573c000ff..f94645089 100644 --- a/docs/README_FR.md +++ b/docs/README_FR.md @@ -11,7 +11,7 @@ # MetaGPT: Architecture Multi-Agent

CN doc -EN doc +EN doc FR doc JA doc License: MIT From ca12ff06bf8b0f579ecf97addf3614525247df54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esp=C3=A9rance=20Codjo=20AYIWAHOUN?= Date: Mon, 14 Oct 2024 00:36:53 +0100 Subject: [PATCH 5/7] bugfix: resolve incorrect URL redirections --- docs/README_CN.md | 10 +++++----- docs/README_FR.md | 8 ++++---- docs/README_JA.md | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/README_CN.md b/docs/README_CN.md index c1541cd4a..6ac75fbeb 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -9,13 +9,13 @@ # MetaGPT: 多智能体框架

-CN doc -EN doc -FR doc -JA doc +CN doc +EN doc +FR doc +JA doc Discord Follow License: MIT -roadmap +roadmap Twitter Follow

diff --git a/docs/README_FR.md b/docs/README_FR.md index f94645089..9095b6b94 100644 --- a/docs/README_FR.md +++ b/docs/README_FR.md @@ -10,12 +10,12 @@ # MetaGPT: Architecture Multi-Agent

-CN doc +CN doc EN doc -FR doc -JA doc +FR doc +JA doc License: MIT -roadmap +roadmap Suivre le Discord Suivre sur Twitter

diff --git a/docs/README_JA.md b/docs/README_JA.md index c7f25553b..91f85830c 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -9,10 +9,10 @@ # MetaGPT: マルチエージェントフレームワーク

-CN doc -EN doc -FR doc -JA doc +CN doc +EN doc +FR doc +JA doc Discord Follow License: MIT roadmap From e6a2dc889705e667fb2c8f2ae199ec65f291cd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esp=C3=A9rance=20Codjo=20AYIWAHOUN?= Date: Mon, 14 Oct 2024 00:39:52 +0100 Subject: [PATCH 6/7] docs: add French version of README --- docs/README_FR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README_FR.md b/docs/README_FR.md index 9095b6b94..9449de160 100644 --- a/docs/README_FR.md +++ b/docs/README_FR.md @@ -7,7 +7,7 @@ # MetaGPT: Architecture Multi-Agent

Assigner différents rôles aux GPTs pour former une entité collaborative capable de gérer des tâches complexes. -

+

CN doc From 8a792fb8e2c9c9f867f8a48e6aa593d6e9d7e374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esp=C3=A9rance=20Codjo=20AYIWAHOUN?= Date: Mon, 14 Oct 2024 01:19:30 +0100 Subject: [PATCH 7/7] Update README_FR.md --- docs/README_FR.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/README_FR.md b/docs/README_FR.md index 9449de160..4bb02e0d4 100644 --- a/docs/README_FR.md +++ b/docs/README_FR.md @@ -57,9 +57,7 @@ ### Système multi-agents dans une entreprise de logiciels 1. La philosophie centrale du système est exprimée par l'énoncé : `Code = SOP(Équipe)`. Cela signifie que les SOP sont concrétisées et appliquées à des équipes composées de modèles de langage (LLMs), permettant ainsi une meilleure gestion et un meilleur déroulement des projets. - - -![Une entreprise de logiciels se compose de rôles basés sur des LLM](docs/resources/software_company_cd.jpeg) +![Une entreprise de logiciels se compose de rôles basés sur des LLM](resources/software_company_cd.jpeg)

Schéma multi-agent d'une entreprise de logiciels (Mise en œuvre progressive)