Skip to content

Commit b71e689

Browse files
Update src/strands/multiagent/swarm.py
Co-authored-by: Nick Clegg <nac542@gmail.com>
1 parent 81a7906 commit b71e689

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/strands/multiagent/swarm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ async def _execute_node(
609609
# Execute node
610610
result = None
611611
node.reset_executor_state()
612+
# Unpacking since this is the agent class. Other executors should not unpack
612613
result = await node.executor.invoke_async(node_input, **invocation_state)
613614

614615
execution_time = round((time.time() - start_time) * 1000)

0 commit comments

Comments
 (0)