bstraehle commited on
Commit
b387989
·
verified ·
1 Parent(s): 6bf14de

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -45,7 +45,7 @@ def get_crew():
45
 
46
  manager_agent = Agent(
47
  role="Project Manager",
48
- goal="Efficiently manage the crew and ensure high-quality task completion.",
49
  backstory="You're an experienced project manager, skilled in overseeing complex projects and guiding teams to success.",
50
  allow_delegation=True
51
  )
 
45
 
46
  manager_agent = Agent(
47
  role="Project Manager",
48
+ goal="Use the Web Research Agent to help answer question \"{topic}\". Always delegate to the Final Answer Agent at the end.",
49
  backstory="You're an experienced project manager, skilled in overseeing complex projects and guiding teams to success.",
50
  allow_delegation=True
51
  )