parent
710f146860
commit
4a9e288af4
@ -0,0 +1,5 @@
|
|||||||
|
from swarms import WorkerUltra
|
||||||
|
|
||||||
|
objective = "What is the capital of the UK?"
|
||||||
|
result = WorkerUltra(objective)
|
||||||
|
print(result) # Prints: "The capital of the UK is London."
|
@ -1,3 +1,3 @@
|
|||||||
# from swarms import Swarms, swarm
|
# from swarms import Swarms, swarm
|
||||||
from swarms.swarms import Swarms, swarm
|
from swarms.swarms import Swarms, swarm
|
||||||
from swarms.agents import worker_node, WorkerUltraNode
|
from swarms.agents import worker_node, WorkerUltra
|
Loading…
Reference in new issue