From 7f9b898ad300a8b052734383ae80df6b7c3286b5 Mon Sep 17 00:00:00 2001 From: better629 Date: Mon, 10 Mar 2025 20:08:36 +0800 Subject: [PATCH] update readme with news --- .coveragerc | 1 - .gitattributes | 1 - .github/ISSUE_TEMPLATE/show_me_the_bug.md | 2 +- README.md | 22 ++++++++++++---------- pytest.ini | 1 - 5 files changed, 13 insertions(+), 14 deletions(-) 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..e8e5074f0 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,26 @@ # 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. 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/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