mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
remove unnecessary DA tools & use clearer response at mgx_env
This commit is contained in:
parent
065efb9f4b
commit
cc523e43fc
2 changed files with 4 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ async def main(requirement="", enable_human_input=False, use_fixed_sop=False, al
|
|||
ProjectManager(use_fixed_sop=use_fixed_sop),
|
||||
engineer,
|
||||
# QaEngineer(),
|
||||
DataAnalyst(tools=["<all>"]),
|
||||
DataAnalyst(),
|
||||
SWEAgent(),
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue