Spaces:
Paused
Paused
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -45,7 +45,7 @@ def get_crew():
|
|
| 45 |
|
| 46 |
manager_agent = Agent(
|
| 47 |
role="Project Manager",
|
| 48 |
-
goal="
|
| 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 |
)
|