Spaces:
Paused
Paused
Modularised the agents 3
Browse files- __pycache__/crew.cpython-310.pyc +0 -0
- crew.py +1 -0
__pycache__/crew.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/crew.cpython-310.pyc and b/__pycache__/crew.cpython-310.pyc differ
|
|
|
crew.py
CHANGED
|
@@ -114,6 +114,7 @@ class GAIACrew():
|
|
| 114 |
return task
|
| 115 |
|
| 116 |
|
|
|
|
| 117 |
@crew
|
| 118 |
def crew(self) -> Crew:
|
| 119 |
return Crew(
|
|
|
|
| 114 |
return task
|
| 115 |
|
| 116 |
|
| 117 |
+
|
| 118 |
@crew
|
| 119 |
def crew(self) -> Crew:
|
| 120 |
return Crew(
|