Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel Agent Handoff #200

Closed
nishant-satpathy opened this issue Mar 17, 2025 · 1 comment
Closed

Parallel Agent Handoff #200

nishant-satpathy opened this issue Mar 17, 2025 · 1 comment
Labels
question Question about using the SDK

Comments

@nishant-satpathy
Copy link

Please read this first

  • Have you read the docs?Agents SDK docs
  • 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!

@nishant-satpathy nishant-satpathy added the question Question about using the SDK label Mar 17, 2025
@WSQsGithub
Copy link

I raised the same issue a week ago, check this out: #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about using the SDK
Projects
None yet
Development

No branches or pull requests

2 participants