Enable A2A Agents as workers in manager/workers pattern#30
Open
sathvikbhagavan wants to merge 21 commits intomainfrom
Open
Enable A2A Agents as workers in manager/workers pattern#30sathvikbhagavan wants to merge 21 commits intomainfrom
sathvikbhagavan wants to merge 21 commits intomainfrom
Conversation
3464e91 to
b48a094
Compare
f775583 to
bbfd519
Compare
jschweiz
approved these changes
Jan 29, 2026
f467109 to
5f9e2f4
Compare
Contributor
|
Internal regression failed: Build ID #510 |
Contributor
|
Internal regression failed: Build ID #511 |
Contributor
|
Internal regression failed: Build ID #512 |
Contributor
|
Internal regression failed: Build ID #513 |
7657b06 to
9e1b3e3
Compare
9e1b3e3 to
10113b1
Compare
Contributor
|
Internal regression succeeded 🍏: Build ID #525 |
Contributor
|
Internal regression succeeded 🍏: Build ID #527 |
Contributor
|
Internal regression succeeded 🍏: Build ID #535 |
Contributor
|
@sathvikbhagavan , thanks a lot! |
dhilloulinoracle
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enables
A2AAgentto be used as workers inManagerWorkers.For
A2AAgentto be used inManagerWorkersas a worker:_validate_agent_unicityneeded to refactored as manager agent can only beAgentwhile workers can beAgent,ManagerWorkersandA2AAgent.Also, this PR adds
ManagerWorkerssection in the howto guide for using A2AAgents.The how to guide is restructured to list all the ways
A2AAgentcan be used. It can be extended to flows whenA2AAgentsupports it.