From 513e750cb845dd6e4089fda4868adbf25172d27c Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Wed, 1 Oct 2025 10:25:58 -0400 Subject: [PATCH] tool - executors - concurrent - remove no-op gather --- src/strands/tools/executors/concurrent.py | 2 -- 1 file changed, 2 deletions(-) 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",