Update agents/crew.py
Browse files- agents/crew.py +1 -1
agents/crew.py
CHANGED
|
@@ -37,7 +37,7 @@ FirstTimeTraceHandler._show_tracing_declined_message = _noop
|
|
| 37 |
|
| 38 |
PLANNING_CREW = True
|
| 39 |
MEMORY_CREW = False
|
| 40 |
-
VERBOSE_CREW =
|
| 41 |
|
| 42 |
MAX_ITER_MANAGER = 15
|
| 43 |
REASONING_MANAGER = True
|
|
|
|
| 37 |
|
| 38 |
PLANNING_CREW = True
|
| 39 |
MEMORY_CREW = False
|
| 40 |
+
VERBOSE_CREW = False
|
| 41 |
|
| 42 |
MAX_ITER_MANAGER = 15
|
| 43 |
REASONING_MANAGER = True
|