Is it possible to call multiple instances of one subagent in parallel? #884
Unanswered
consilience-dev
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I believe, the example here does exactly what you are looking for https://google.github.io/adk-docs/agents/workflow-agents/parallel-agents/ |
Beta Was this translation helpful? Give feedback.
2 replies
-
We are thinking of building an agent.clone() method so that you can put multiple clones of the same agent as sub_agents. We are currently working on other items but hopefully will get there soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a tool that gives me a list of outputs, say 1 to N outputs. These outputs then need to be processed, but I'd like to send each one to a separate agent. Specifically, I'd like to only define one sub_agent that would be able to handle each of these outputs.
After, I'd like to merge the results with some merger subagent. Is this a valid use case? Is there some way to do this?
Beta Was this translation helpful? Give feedback.
All reactions