docs: add --reload warning for file output tasks

This commit is contained in:
fernando_jacob 2026-01-15 01:20:01 +08:00
parent 46c5b2ab18
commit 6cfc6cd2cf
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