1 parent 3ff3475 commit 592a36bCopy full SHA for 592a36b
1 file changed
swarms/structs/heavy_swarm.py
@@ -600,7 +600,7 @@ def _execute_agents_basic(
600
def execute_agent(agent_info):
601
agent_type, agent, question = agent_info
602
try:
603
- result = agent.run(question)
+ result = agent.run(question, img=img)
604
605
self.conversation.add(
606
role=agent.agent_name,
@@ -927,7 +927,7 @@ def execute_agent_with_progress(agent_info):
927
tracker.processing(agent_key, agent_type)
928
tracker.executing(agent_key, agent_type)
929
930
931
932
tracker.responding(agent_key, agent_type)
933
0 commit comments