Hi there!
Is there a recommended approach to implement hierarchical management in CrewAI where manager agents can coordinate their respective teams while reporting to a chief agent? (see the image)
Thanks in advance!
Hi there!
Is there a recommended approach to implement hierarchical management in CrewAI where manager agents can coordinate their respective teams while reporting to a chief agent? (see the image)
Thanks in advance!
Same doubt here I would have an agent router. I am working on a chat app that based on user input it will call a specific agent:
The manager agent will pick the approariate agent to accomplish the task based on the description you’ve already provided for each one of them.
Hi @tonykipkemboi
Following up i wonder if we even can create manager1, manager2 in crewAI isn’t it there is one centric manager then rest child are just sheer agents and one central points manages them all.
Depending upon the prompt the manager picks up the agent and create a hierarchy. Was thinking if this is the approach that crew AI presents?