kyegomez / swarms

The Enterprise-Grade Production-Ready Multi-Agent Orchestration Framework Join our Community: https://discord.com/servers/agora-999382051935506503
https://docs.swarms.world
GNU Affero General Public License v3.0
1.8k stars 246 forks source link

[BUG] RecursiveWorkflow #512

Closed evelynmitchell closed 3 weeks ago

evelynmitchell commented 5 months 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'

Upvote & Fund

Fund with Polar

kyegomez commented 3 weeks ago

@evelynmitchell this class has been removed from production and is now experimental.