Guess

Results 142 comments of Guess

Not sure which version of 0.7 you're using, but the logs indeed indicate so. ## 1. Write Tasks ```text 2024-02-15 20:41:37.287 | INFO | metagpt.roles.role:_act:399 - Eve(Project Manager): to do...

However, I tested with version 0.7.3 and didn't reproduce this issue. ## 1. Write Tasks ```text 2024-03-04 15:03:34.348 | INFO | metagpt.roles.role:_act:399 - Eve(Project Manager): to do WriteTasks(WriteTasks) 2024-03-04 15:03:34.404...

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...

Could you please provide more details? I'm not quite sure what you mean by 'ko .env'.

SERPAPI_API_KEY, SERPER_API_KEY, and GOOGLE_API_KEY are all reported as unavailable in the log. Please ensure that the key you used is uncommented and that the value is usable.

The MetaGPT has provided a knowledge base tool in `metagpt/document_store`. The usage method can refer to the unit test code in `tests/metagpt/document_store` and `examples/search_kb.py`.

Well, the functionality to incrementally add requirements was already supported in version 0.6, and this feature was further enhanced in version 0.7. However, the incremental development mode indeed encountered some...

I've consolidated all the incremental development-related issues into #1498 to make it easier to follow up. Any new issues will be discussed in this newly opened issue, and the old...