incremental

This commit is contained in:
钱忱 2023-11-04 16:11:11 +08:00
parent d1c72940cb
commit 3844424fc4
2 changed files with 5 additions and 2 deletions

View File

@ -26,8 +26,11 @@
## 🎉 News
* **November 2nd, 2023: ChatDev is now supported with incremental development.** Try `--config "incremental" --path "Your folder path"` to start it. This mode will start with code review phase base on the existing codes.
* **November 2nd, 2023: ChatDev is now supported with a new feature: incremental development, which allows agents to develop upon existing codes.** Try `--config "incremental" --path "[source_code_directory_path]"` to start it.
<p align="center">
<img src='./misc/increment.png' width=700>
</p>
* October 26th, 2023: ChatDev is now supported with Docker for safe execution (thanks to contribution from [ManindraDeMel](https://github.com/ManindraDeMel)). Please see [Docker Start Guide](wiki.md#docker-start).
<p align="center">
<img src='./misc/docker.png' width=400>

BIN
misc/increment.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB