pull/1102/head
Kye Gomez 2 weeks ago
parent 0161a5e39f
commit 7beeb3922f

@ -1,4 +1,3 @@
from swarms_tools import exa_search
from swarms import HeavySwarm from swarms import HeavySwarm
@ -10,7 +9,7 @@ swarm = HeavySwarm(
question_agent_model_name="gpt-4.1", question_agent_model_name="gpt-4.1",
loops_per_agent=1, loops_per_agent=1,
agent_prints_on=False, agent_prints_on=False,
worker_tools=[exa_search], # worker_tools=[exa_search],
random_loops_per_agent=False, random_loops_per_agent=False,
) )

Loading…
Cancel
Save