We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921ca89 commit 81c00e4Copy full SHA for 81c00e4
src/strands/tools/executors/concurrent.py
@@ -72,8 +72,6 @@ async def _execute(
72
yield event
73
task_events[task_id].set()
74
75
- asyncio.gather(*tasks)
76
-
77
async def _task(
78
self,
79
agent: "Agent",
0 commit comments