SIGN IN SIGN UP

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

182972 0 0 Python

feat(backend/copilot): enable parallel dispatch for all tools via readOnlyHint

Annotate all MCP tools (including side-effect tools like run_block,
bash_exec) with readOnlyHint=True so the SDK CLI dispatches all
concurrent tool calls in parallel.

E2E verified: 3 bash_exec(sleep 3) calls completed in ~3.3s total
(vs ~9s sequential), 3 find_block calls dispatched within 5ms.
Z
Zamil Majdy committed
8c455020f25bca1c7a3ee8108e88e59dc437097b
Parent: 23cdf29