mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 21:02:38 +02:00
fix
This commit is contained in:
parent
6755de0ee8
commit
d17b84797e
1 changed files with 0 additions and 2 deletions
|
|
@ -21,7 +21,6 @@ from metagpt.actions.search_and_summarize import SearchAndSummarize
|
|||
from metagpt.actions.write_code import WriteCode
|
||||
from metagpt.actions.write_code_review import WriteCodeReview
|
||||
from metagpt.actions.write_prd import WritePRD
|
||||
from metagpt.actions.write_prd_json import WritePRDJson
|
||||
from metagpt.actions.write_prd_review import WritePRDReview
|
||||
from metagpt.actions.write_test import WriteTest
|
||||
|
||||
|
|
@ -31,7 +30,6 @@ class ActionType(Enum):
|
|||
|
||||
ADD_REQUIREMENT = BossRequirement
|
||||
WRITE_PRD = WritePRD
|
||||
WRITE_PRD_JSON = WritePRDJson
|
||||
WRITE_PRD_REVIEW = WritePRDReview
|
||||
WRITE_DESIGN = WriteDesign
|
||||
DESIGN_REVIEW = DesignReview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue