mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 05:42:37 +02:00
use metagpt cli instead. update all related docs
This commit is contained in:
parent
b4eb8e4f34
commit
9a361593ea
3 changed files with 5 additions and 5 deletions
|
|
@ -227,9 +227,9 @@ ## チュートリアル: スタートアップの開始
|
|||
# スクリプトの実行
|
||||
metagpt "Write a cli snake game"
|
||||
# プロジェクトの実施にエンジニアを雇わないこと
|
||||
metagpt "Write a cli snake game" --implement False
|
||||
metagpt "Write a cli snake game" --no-implement
|
||||
# エンジニアを雇い、コードレビューを行う
|
||||
metagpt "Write a cli snake game" --code_review True
|
||||
metagpt "Write a cli snake game" --code_review
|
||||
```
|
||||
|
||||
スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@ ### Initiating a startup
|
|||
# Run the script
|
||||
metagpt "Write a cli snake game"
|
||||
# Do not hire an engineer to implement the project
|
||||
metagpt "Write a cli snake game" --implement False
|
||||
metagpt "Write a cli snake game" --no-implement
|
||||
# Hire an engineer and perform code reviews
|
||||
metagpt "Write a cli snake game" --code_review True
|
||||
metagpt "Write a cli snake game" --code_review
|
||||
```
|
||||
|
||||
After running the script, you can find your new project in the `workspace/` directory.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ ### 示例:启动一个创业公司
|
|||
```shell
|
||||
metagpt "写一个命令行贪吃蛇"
|
||||
# 开启code review模式会花费更多的金钱, 但是会提升代码质量和成功率
|
||||
metagpt "写一个命令行贪吃蛇" --code_review True
|
||||
metagpt "写一个命令行贪吃蛇" --code_review
|
||||
```
|
||||
|
||||
运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue