diff --git a/src/crewai/crew.py b/src/crewai/crew.py index c65dd7d46..d36d80733 100644 --- a/src/crewai/crew.py +++ b/src/crewai/crew.py @@ -36,6 +36,7 @@ class Crew(BaseModel): tasks: List of tasks assigned to the crew. agents: List of agents part of this crew. manager_llm: The language model that will run manager agent. + manager_agent: Custom agent that will be used as manager. memory: Whether the crew should use memory to store memories of it's execution. manager_callbacks: The callback handlers to be executed by the manager agent when hierarchical process is used cache: Whether the crew should use a cache to store the results of the tools execution.