diff --git a/playground/ultranode_example.py b/playground/ultranode_example.py index 0495bf62..24935fb5 100644 --- a/playground/ultranode_example.py +++ b/playground/ultranode_example.py @@ -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() \ No newline at end of file