remove unnecessary DA tools & use clearer response at mgx_env

This commit is contained in:
garylin2099 2024-07-26 18:44:28 +08:00
parent 065efb9f4b
commit cc523e43fc
2 changed files with 4 additions and 3 deletions

View file

@ -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(),
]
)