diff --git a/src/strands/tools/executors/concurrent.py b/src/strands/tools/executors/concurrent.py index 767071bae..8ef8a8b65 100644 --- a/src/strands/tools/executors/concurrent.py +++ b/src/strands/tools/executors/concurrent.py @@ -72,8 +72,6 @@ async def _execute( yield event task_events[task_id].set() - asyncio.gather(*tasks) - async def _task( self, agent: "Agent",