You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
330 B
13 lines
330 B
from swarms.structs.deep_research_swarm import DeepResearchSwarm
|
|
|
|
swarm = DeepResearchSwarm(
|
|
name="Deep Research Swarm",
|
|
description="A swarm that conducts comprehensive research across multiple domains",
|
|
max_loops=1,
|
|
)
|
|
|
|
|
|
swarm.run(
|
|
"What are the biggest gas and oil companies in russia? Only provide 3 queries"
|
|
)
|