We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29026a3 commit a767693Copy full SHA for a767693
swarms/structs/concurrent_workflow.py
@@ -81,7 +81,7 @@ def __init__(
81
max_loops: int = 1,
82
auto_generate_prompts: bool = False,
83
show_dashboard: bool = False,
84
- autosave: bool = False,
+ autosave: bool = True,
85
verbose: bool = False,
86
):
87
self.id = id if id is not None else swarm_id()
swarms/structs/sequential_workflow.py
@@ -53,7 +53,7 @@ def __init__(
53
shared_memory_system: callable = None,
54
multi_agent_collab_prompt: bool = False,
55
team_awareness: bool = False,
56
57
58
*args,
59
**kwargs,
0 commit comments