|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
from swarms.agents.workers.worker_ultranode import UltraNode
|
|
|
|
|
from swarms import UltraNode
|
|
|
|
|
|
|
|
|
|
# Define an objective
|
|
|
|
|
objective = """
|
|
|
|
@ -14,5 +14,4 @@ I want it to have neumorphism-style. Serve it on port 4500.
|
|
|
|
|
|
|
|
|
|
node = UltraNode(objective)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
result = node.execute()
|