Update agents/crew.py
Browse files- agents/crew.py +1 -1
agents/crew.py
CHANGED
|
@@ -21,7 +21,7 @@ from typing import List
|
|
| 21 |
from utils.utils import read_file_json, is_ext
|
| 22 |
|
| 23 |
VERBOSE = False
|
| 24 |
-
TRACING = True
|
| 25 |
|
| 26 |
@CrewBase
|
| 27 |
class GAIACrew():
|
|
|
|
| 21 |
from utils.utils import read_file_json, is_ext
|
| 22 |
|
| 23 |
VERBOSE = False
|
| 24 |
+
TRACING = True
|
| 25 |
|
| 26 |
@CrewBase
|
| 27 |
class GAIACrew():
|