From 97b5191167c6353a11f2dcb1d094a745c06fd019 Mon Sep 17 00:00:00 2001 From: stellaHSR <34952977+stellaHSR@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:28:17 +0800 Subject: [PATCH 1/7] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b4a272ef0..acfbb2423 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ # MetaGPT: The Multi-Agent Framework
Software Company Multi-Role Schematic (Gradually Implementing)
+ + + + + ## Examples (fully generated by GPT-4) For example, if you type `python startup.py "Design a RecSys like Toutiao"`, you would get many outputs, one of them is data & api design From f43208204cf531ef27c44e6d3e19878935ffd2ce Mon Sep 17 00:00:00 2001 From: stellaHSR <34952977+stellaHSR@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:28:48 +0800 Subject: [PATCH 2/7] Update README.md cancel --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index acfbb2423..2d0487e42 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,6 @@ # MetaGPT: The Multi-Agent FrameworkSoftware Company Multi-Role Schematic (Gradually Implementing)
- - - - ## Examples (fully generated by GPT-4) For example, if you type `python startup.py "Design a RecSys like Toutiao"`, you would get many outputs, one of them is data & api design From d5357fb16267c9442ec80e0033d66cf09a6b5e64 Mon Sep 17 00:00:00 2001 From: stellaHSR <34952977+stellaHSR@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:08:51 +0800 Subject: [PATCH 3/7] Update README.md add demos --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2d0487e42..148b1ee41 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ # MetaGPT: The Multi-Agent FrameworkSoftware Company Multi-Role Schematic (Gradually Implementing)
+## What Can MetaGPT Do? + + +https://github.com/geekan/MetaGPT/assets/34952977/3cb42bb8-6609-4f74-8d22-601dafda95bb + + ## Examples (fully generated by GPT-4) From 26c98a2f302432d7ce7ff6c0b59250bee3d90b88 Mon Sep 17 00:00:00 2001 From: stellaHSR <34952977+stellaHSR@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:35:54 +0800 Subject: [PATCH 4/7] Update README.md add video of tasks --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 148b1ee41..657ce882f 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,11 @@ # MetaGPT: The Multi-Agent FrameworkSoftware Company Multi-Role Schematic (Gradually Implementing)
-## What Can MetaGPT Do? - +## MetaGPT's Abilities https://github.com/geekan/MetaGPT/assets/34952977/3cb42bb8-6609-4f74-8d22-601dafda95bb - ## Examples (fully generated by GPT-4) For example, if you type `python startup.py "Design a RecSys like Toutiao"`, you would get many outputs, one of them is data & api design @@ -48,6 +46,9 @@ ## Examples (fully generated by GPT-4) It costs approximately **$0.2** (in GPT-4 API fees) to generate one example with analysis and design, and around **$2.0** for a full project. + + + ## Installation ### Installation Video Guide From 75c952a06531303af3a777adb40e0a8e79483cee Mon Sep 17 00:00:00 2001 From: stellaHSR <34952977+stellaHSR@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:39:14 +0800 Subject: [PATCH 5/7] Update README_CN.md add video of tasks --- docs/README_CN.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README_CN.md b/docs/README_CN.md index 4ee4c7408..cd06af53f 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -33,6 +33,11 @@ # MetaGPT: 多智能体框架软件公司多角色示意图(正在逐步实现)
+## MetaGPT 的能力 + +https://github.com/geekan/MetaGPT/assets/34952977/3cb42bb8-6609-4f74-8d22-601dafda95bb + + ## 示例(均由 GPT-4 生成) 例如,键入`python startup.py "写个类似今日头条的推荐系统"`并回车,你会获得一系列输出,其一是数据结构与API设计 From 90782d17863486ca928ab70e7270f67c5b9207cf Mon Sep 17 00:00:00 2001 From: stellaHSR <34952977+stellaHSR@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:40:37 +0800 Subject: [PATCH 6/7] Update README_JA.md add video of tasks --- docs/README_JA.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README_JA.md b/docs/README_JA.md index 158ad8ceb..02215c8c6 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -33,6 +33,11 @@ # MetaGPT: マルチエージェントフレームワークソフトウェア会社のマルチロール図式(順次導入)
+## MetaGPTの能力 + +https://github.com/geekan/MetaGPT/assets/34952977/3cb42bb8-6609-4f74-8d22-601dafda95bb + + ## 例(GPT-4 で完全生成) 例えば、`python startup.py "Toutiao のような RecSys をデザインする"`と入力すると、多くの出力が得られます From 5a0d18bb8b7d22ccbeb61ecbda4fefc54438974c Mon Sep 17 00:00:00 2001 From: stellaHSR <34952977+stellaHSR@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:29:35 +0800 Subject: [PATCH 7/7] Delete docs/resources/tasks.mp4 rm mp4 data --- docs/resources/tasks.mp4 | Bin 133 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 docs/resources/tasks.mp4 diff --git a/docs/resources/tasks.mp4 b/docs/resources/tasks.mp4 deleted file mode 100644 index 1bfafcdfe7f7a3100ae0daf4755e6072d4fb016b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 133 zcmWN_%MHUI3;@u3reJ{vL-;w{fPsS4mZ&B