Orchestration of multiple crews

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:

  • could you tell me if I have any bill opened → financial agent
  • could tou tell me if I can rent XYZ → rent 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.