diff --git a/README-zh.md b/README-zh.md index c25dcf52..8f2d53cf 100755 --- a/README-zh.md +++ b/README-zh.md @@ -125,6 +125,7 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面 # 从项目根目录运行 uv run python server_main.py --port 6400 --reload ``` + > 若输出文件(如 GameDev)触发重启导致任务中断、进度丢失,请去掉 `--reload`。 2. **启动前端**: ```bash diff --git a/README.md b/README.md index 66aaaaf9..e4328cc1 100644 --- a/README.md +++ b/README.md @@ -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