mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-05-28 19:34:02 +00:00
docs: update readme
This commit is contained in:
parent
34822aaa83
commit
58f96ff845
22
README.md
22
README.md
@ -134,16 +134,12 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https://
|
|||||||
|
|
||||||
#### Using Makefile (Recommended)
|
#### Using Makefile (Recommended)
|
||||||
|
|
||||||
1. **Start Backend**:
|
**Start both Backend and Frontent**:
|
||||||
```bash
|
```bash
|
||||||
make server
|
make dev
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Start Frontend**:
|
> Then access the Web Console at **[http://localhost:5173](http://localhost:5173)**.
|
||||||
```bash
|
|
||||||
make client
|
|
||||||
```
|
|
||||||
> Then access the Web Console at **[http://localhost:5173](http://localhost:5173)**.
|
|
||||||
|
|
||||||
#### Manual Commands
|
#### Manual Commands
|
||||||
|
|
||||||
@ -170,11 +166,16 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https://
|
|||||||
|
|
||||||
#### Utility Commands
|
#### Utility Commands
|
||||||
|
|
||||||
|
* **Help command**:
|
||||||
|
```bash
|
||||||
|
make help
|
||||||
|
```
|
||||||
|
|
||||||
* **Sync YAML workflows to frontend**:
|
* **Sync YAML workflows to frontend**:
|
||||||
```bash
|
```bash
|
||||||
make sync
|
make sync
|
||||||
```
|
```
|
||||||
Uploads all workflow files from `yaml_instance/` to the frontend database.
|
Uploads all workflow files from `yaml_instance/` to the database.
|
||||||
|
|
||||||
* **Validate all YAML workflows**:
|
* **Validate all YAML workflows**:
|
||||||
```bash
|
```bash
|
||||||
@ -182,6 +183,7 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https://
|
|||||||
```
|
```
|
||||||
Checks all YAML files for syntax and schema errors.
|
Checks all YAML files for syntax and schema errors.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 💡 How to Use
|
## 💡 How to Use
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user