Update crew.py (#551)

Ad manager_agent description in crew docstring
This commit is contained in:
David Solito
2024-05-03 00:21:22 +02:00
committed by GitHub
parent 34e3dd24b4
commit 6392a8cdd0

View File

@@ -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.