samiulttr commited on
Commit
605747a
·
verified ·
1 Parent(s): de03b8e

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +2 -0
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())