You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched for related issues? Others may have had similar requesrs
Question
Describe your question. Provide details if available.
I am trying to implement an agentic system, where there is a manager agent which evaluates the steps required to perform a particular task and hand off each step to the corresponding specialist agent. Each step is independent of each other, so these steps can be executed in parallel. Is it possible to execute a parallel handoff between agents? I looked at the parallelization.py example but that just looks like you are executing three agents in parallel by default. In my use case, I would want the manager agent to decide which agents to handoff to and execute in parallel.
Thanks!
The text was updated successfully, but these errors were encountered:
Please read this first
Question
Describe your question. Provide details if available.
I am trying to implement an agentic system, where there is a manager agent which evaluates the steps required to perform a particular task and hand off each step to the corresponding specialist agent. Each step is independent of each other, so these steps can be executed in parallel. Is it possible to execute a parallel handoff between agents? I looked at the parallelization.py example but that just looks like you are executing three agents in parallel by default. In my use case, I would want the manager agent to decide which agents to handoff to and execute in parallel.
Thanks!
The text was updated successfully, but these errors were encountered: