Update agents.py
Browse files
agents.py
CHANGED
|
@@ -106,6 +106,8 @@ def main_agent(user_command: str,user_attachment: str | None = None) -> str:
|
|
| 106 |
tasks=[main_task],
|
| 107 |
process=Process.hierarchical,
|
| 108 |
verbose=True,
|
|
|
|
|
|
|
| 109 |
|
| 110 |
# ---------------------------------------------------------------------------
|
| 111 |
return str(main_crew.kickoff())
|
|
|
|
| 106 |
tasks=[main_task],
|
| 107 |
process=Process.hierarchical,
|
| 108 |
verbose=True,
|
| 109 |
+
|
| 110 |
+
)
|
| 111 |
|
| 112 |
# ---------------------------------------------------------------------------
|
| 113 |
return str(main_crew.kickoff())
|