MetaGPT
MetaGPT copied to clipboard
Running the same prompt will repeatedly overwrite project files in the workspace
Running the same prompt will repeatedly overwrite project files in the workspace without assigning new names, making it difficult to compare differences between results generated multiple times.
If the --inc or --project-path parameters are not explicitly used to indicate an incremental iteration, the newly created project will default to overwrite mode—overwriting projects with the same name.
To avoid overwriting existing projects, use --project-name to set a unique project name for the newly created project.