replace max_steps to 20 for Manus

This commit is contained in:
liangxinbing 2025-03-11 13:14:43 +08:00
parent eeefddf6bf
commit 8d18c05350

View File

@ -32,3 +32,5 @@ class Manus(ToolCallAgent):
PythonExecute(), GoogleSearch(), BrowserUseTool(), FileSaver(), Terminate() PythonExecute(), GoogleSearch(), BrowserUseTool(), FileSaver(), Terminate()
) )
) )
max_steps: int = 20