OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
https://arxiv.org/abs/2307.07924
Apache License 2.0
25.29k stars 3.17k forks source link

Is it possible to perform incremental development on existing projects that are not generated by ChatDev #354

Closed guoyunling closed 6 months ago

guoyunling commented 7 months ago

Is it possible to perform incremental development on existing projects that are not generated by ChatDev?

karlchangretta commented 7 months ago

that is my question also lol

guoyunling commented 7 months ago

I tested that Python scripts for a single. py file are supported, but if it's a multi-level Python project, it won't work, and other development languages won't do either.

XZH-HZX commented 7 months ago
 Hi:) ChatDev supports incremental development on any python file(s) as long as they are in the same folder. But some extra config files are needed if projects are developed in other languages. However, as ChatDev is not capable of maintaining the structure of different files and folders, the incremental development may not work on multi-level projects.