geekan / MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
https://deepwisdom.ai/
MIT License
43.59k stars 5.19k forks source link

Question,how to resume a project? #1436

Open hgftrdw45ud67is8o89 opened 1 month ago

hgftrdw45ud67is8o89 commented 1 month ago

I have no idea how to resume a project from error.or skip a part with error.

iorisa commented 1 month ago

Are you talking about using the metagpt command?

hgftrdw45ud67is8o89 commented 1 month ago

yeah if has flag to enable.

But from my experience pydantic error similar to https://github.com/geekan/MetaGPT/issues/1430 will directly closes the run and fail to make the docs or etc,so its impossible to resume.

iorisa commented 1 month ago
  1. The incremental capabilities of metagpt are targeted at the requirements level, you can "write a snake game" first, and add "add moving enemy" as the incremental requirement.
  2. If you want to fix a bug, it should be a code-level bug.

Here are some examples of metagpt usages:

hgftrdw45ud67is8o89 commented 1 month ago

I tried the incremental way with>metagpt "write the code based on the design" --project-path "pathtoproject"

I am planning to make new issues/wait bug fix to step by step fix it. I can always volunteer to test the fix and see if it works.

iorisa commented 1 month ago

Sorry, I didn't understand what you wanted to do-_-||.

hgftrdw45ud67is8o89 commented 3 weeks ago

hmm~ i see.I understand a bit.

So,to do flexible task without messing using the sop flow,we can directly use DI? So,in my mind the flow is like