diff --git a/.coveragerc b/.coveragerc index 905b611a6..3f6cfe357 100644 --- a/.coveragerc +++ b/.coveragerc @@ -5,4 +5,3 @@ omit = */metagpt/ext/* */metagpt/environment/android_env/* */metagpt/environment/werewolf_env/* - \ No newline at end of file diff --git a/.gitattributes b/.gitattributes index e6436790e..b8e7e8eb8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,6 @@ *.zip binary *.bin binary - # Preserve original line endings for specific document files *.doc text eol=crlf *.docx text eol=crlf diff --git a/.github/ISSUE_TEMPLATE/show_me_the_bug.md b/.github/ISSUE_TEMPLATE/show_me_the_bug.md index 0c33f0319..7788e3db1 100644 --- a/.github/ISSUE_TEMPLATE/show_me_the_bug.md +++ b/.github/ISSUE_TEMPLATE/show_me_the_bug.md @@ -27,4 +27,4 @@ - installation method: **Screenshots or logs** - + \ No newline at end of file diff --git a/README.md b/README.md index 5fec1cb98..093293b1e 100644 --- a/README.md +++ b/README.md @@ -10,25 +10,27 @@ # MetaGPT: The Multi-Agent Framework

-CN doc -EN doc -FR doc -JA doc License: MIT -roadmap Discord Follow Twitter Follow +Open in Dev Containers + Open in GitHub Codespaces

-

- Open in Dev Containers - Open in GitHub Codespaces - Hugging Face -

+

+

+ English | + 简体中文 | + Français | + 日本語 +

+

## News -🚀 Mar. 4, 2025: 🎉 [mgx.dev](https://mgx.dev/) is the #1 Product of the Day on @ProductHunt! 🏆 +🚀 Mar. 10, 2025: 🎉 [mgx.dev](https://mgx.dev/) is the #1 Product of the Week on @ProductHunt! 🏆 + +🚀 Mar.   4, 2025: 🎉 [mgx.dev](https://mgx.dev/) is the #1 Product of the Day on @ProductHunt! 🏆 🚀 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). diff --git a/docs/README_CN.md b/docs/README_CN.md index 88583cf24..3ef946532 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -9,21 +9,21 @@ # MetaGPT: 多智能体框架

-CN doc -EN doc -FR doc -JA doc -Discord Follow License: MIT -roadmap +Discord Follow Twitter Follow +Open in Dev Containers + Open in GitHub Codespaces

-

- Open in Dev Containers - Open in GitHub Codespaces - Hugging Face -

+

+

+ English | + 简体中文 | + Français | + 日本語 +

+

1. MetaGPT输入**一句话的老板需求**,输出**用户故事 / 竞品分析 / 需求 / 数据结构 / APIs / 文件等** 2. MetaGPT内部包括**产品经理 / 架构师 / 项目经理 / 工程师**,它提供了一个**软件公司**的全过程与精心调配的SOP diff --git a/docs/README_FR.md b/docs/README_FR.md index 4bb02e0d4..950047945 100644 --- a/docs/README_FR.md +++ b/docs/README_FR.md @@ -10,21 +10,21 @@ # MetaGPT: Architecture Multi-Agent

-CN doc -EN doc -FR doc -JA doc License: MIT -roadmap -Suivre le Discord -Suivre sur Twitter +Discord Follow +Twitter Follow +Open in Dev Containers + Open in GitHub Codespaces

-

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

+

+

+ English | + 简体中文 | + Français | + 日本語 +

+

## 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. diff --git a/docs/README_JA.md b/docs/README_JA.md index fd96602b5..378d7602c 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -9,21 +9,21 @@ # MetaGPT: マルチエージェントフレームワーク

-CN doc -EN doc -FR doc -JA doc -Discord Follow License: MIT -roadmap +Discord Follow Twitter Follow +Open in Dev Containers + Open in GitHub Codespaces

-

- Open in Dev Containers - Open in GitHub Codespaces - Hugging Face -

+

+

+ English | + 简体中文 | + Français | + 日本語 +

+

1. MetaGPT は、**1 行の要件** を入力とし、**ユーザーストーリー / 競合分析 / 要件 / データ構造 / API / 文書など** を出力します。 2. MetaGPT には、**プロダクト マネージャー、アーキテクト、プロジェクト マネージャー、エンジニア** が含まれています。MetaGPT は、**ソフトウェア会社のプロセス全体を、慎重に調整された SOP とともに提供します。** diff --git a/docs/resources/MetaGPT-logo.jpeg b/docs/resources/MetaGPT-logo.jpeg deleted file mode 100644 index 33c3a2639..000000000 Binary files a/docs/resources/MetaGPT-logo.jpeg and /dev/null differ diff --git a/docs/resources/MetaGPT-logo.png b/docs/resources/MetaGPT-logo.png deleted file mode 100644 index 159517fcd..000000000 Binary files a/docs/resources/MetaGPT-logo.png and /dev/null differ diff --git a/docs/resources/MetaGPT-new-log-v2.png b/docs/resources/MetaGPT-new-log-v2.png new file mode 100644 index 000000000..e24d6485a Binary files /dev/null and b/docs/resources/MetaGPT-new-log-v2.png differ diff --git a/pytest.ini b/pytest.ini index 854c91115..2a8ce60fd 100644 --- a/pytest.ini +++ b/pytest.ini @@ -58,4 +58,3 @@ norecursedirs = tests/metagpt/ext tests/metagpt/environment/android_env tests/metagpt/environment/werewolf_env - \ No newline at end of file