Merge pull request #515 from MatrixA/fix/readme-reload-hint

docs: add --reload warning for file output tasks
This commit is contained in:
Shu Yao 2026-01-15 10:55:33 +08:00 committed by GitHub
commit f366a51538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面
# 从项目根目录运行
uv run python server_main.py --port 6400 --reload
```
> 若输出文件(如 GameDev触发重启导致任务中断、进度丢失请去掉 `--reload`
2. **启动前端**
```bash

View File

@ -127,6 +127,7 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https://
# Run from the project root
uv run python server_main.py --port 6400 --reload
```
> Remove `--reload` if output files (e.g., GameDev) trigger restarts, which interrupts tasks and loses progress.
2. **Start Frontend**:
```bash