Psiska commited on
Commit
b7b77fa
·
1 Parent(s): f1f1927

Modularised the agents 3

Browse files
Files changed (2) hide show
  1. __pycache__/crew.cpython-310.pyc +0 -0
  2. 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(