mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 12:22:39 +02:00
refine README.md
This commit is contained in:
parent
6fc7ccce7f
commit
2a23e10d34
2 changed files with 5 additions and 9 deletions
|
|
@ -7,6 +7,8 @@ # MetaGPT: The Multi-Role Meta Programming Framework
|
|||
1. The team can handle **Boss's one line Requirement** cooperate and generate **user stories / competetive analysis / requirements / data structures / apis / files etc.**
|
||||
2. The team consists of **product manager / architect / project manager / engineer**, it provides the full process of a **software company.**
|
||||
|
||||

|
||||
|
||||
## Examples (fully generated by GPT-4)
|
||||
|
||||
1. Each column here is a requirement of using the command `python startup.py <requirement>`.
|
||||
|
|
@ -38,7 +40,7 @@ # Step 3: Clone the repository to your local machine, and install it.
|
|||
|
||||
## Configuration
|
||||
|
||||
- Configure your `OPENAI_API_KEY` in `config/key.yaml / config/config.yaml / env`
|
||||
- Configure your `OPENAI_API_KEY` in any of `config/key.yaml / config/config.yaml / env`
|
||||
- Priority order: `config/key.yaml > config/config.yaml > env`
|
||||
|
||||
```bash
|
||||
|
|
@ -59,10 +61,6 @@ ## Tutorial: Initiating a startup
|
|||
|
||||
After running the script, you can find your new project in the `workspace/` directory.
|
||||
|
||||
### What's behind? It's a startup fully driven by GPT. You're the investor
|
||||
|
||||

|
||||
|
||||
### Code walkthrough
|
||||
|
||||
```python
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ # MetaGPT:多角色元编程框架
|
|||
1. 该团队可以消化**一句话的老板需求**合作并生成**用户故事 / 竞品分析 / 需求 / 数据结构 / APIs / 文件等**
|
||||
2. 该团队包括**产品经理 / 架构师 / 项目经理 / 工程师**,它提供了一个**软件公司**的全过程
|
||||
|
||||

|
||||
|
||||
## 示例(均由 GPT-4 生成)
|
||||
|
||||
1. 这里的每一列都是使用命令 `python startup.py <requirement>` 的要求
|
||||
|
|
@ -58,10 +60,6 @@ ## 示例:启动一个创业公司
|
|||
|
||||
运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。
|
||||
|
||||
### 背后的运作原理?这是一个完全由 GPT 驱动的创业公司,而您是投资者
|
||||
|
||||

|
||||
|
||||
### 代码实现
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue