Closed evelynmitchell closed 3 weeks ago
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [<ipython-input-13-495b2a670733>](https://localhost:8080/#) in <cell line: 28>() 26 27 # Run the workflow ---> 28 workflow.run() 1 frames [/usr/local/lib/python3.10/dist-packages/swarms/structs/recursive_workflow.py](https://localhost:8080/#) in run(self) 80 try: 81 loop = 0 ---> 82 while loop < self.max_loops: 83 for task in self.task_pool: 84 while True: AttributeError: 'RecursiveWorkflow' object has no attribute 'max_loops'
@evelynmitchell this class has been removed from production and is now experimental.
Upvote & Fund