Merge branch 'mgx_ops' of https://gitlab.deepwisdomai.com/pub/MetaGPT into mgx_ops

This commit is contained in:
stellahsr 2024-04-09 14:39:05 +08:00
commit f9e61807d5
5 changed files with 22 additions and 6 deletions

View file

@ -12,7 +12,7 @@ requirement = (
async def main(requirement: str = ""):
mgx = MGX(use_intent=True)
mgx = MGX(use_intent=True, tools=["<all>"])
await mgx.run(requirement)