mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 12:52:37 +02:00
feat: After users provide bug feedback, move directly to the WriteCode stage of the process.
This commit is contained in:
parent
d759b4d81e
commit
4cb3485c86
10 changed files with 132 additions and 27 deletions
|
|
@ -74,6 +74,7 @@ MESSAGE_ROUTE_TO_ALL = "<all>"
|
|||
MESSAGE_ROUTE_TO_NONE = "<none>"
|
||||
|
||||
REQUIREMENT_FILENAME = "requirement.txt"
|
||||
BUGFIX_FILENAME = "bugfix.txt"
|
||||
PACKAGE_REQUIREMENTS_FILENAME = "requirements.txt"
|
||||
|
||||
DOCS_FILE_REPO = "docs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue