feat: add A2A tool for invoking remote agents at runtime#761
Open
PopescuTudor wants to merge 1 commit intomainfrom
Open
feat: add A2A tool for invoking remote agents at runtime#761PopescuTudor wants to merge 1 commit intomainfrom
PopescuTudor wants to merge 1 commit intomainfrom
Conversation
537fa6f to
133bad3
Compare
radugheo
reviewed
Apr 9, 2026
radugheo
reviewed
Apr 9, 2026
radugheo
reviewed
Apr 9, 2026
133bad3 to
eae2235
Compare
eae2235 to
d52537e
Compare
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.
Adds an A2A LangChain tool that enables low-code agents to invoke Remote A2A agents at runtime. When an agent definition includes an A2A resource (
$resourceType: "a2a"), the tool factory now creates anA2aToolthat sends messages through the AgentHub A2A proxy.Two conversation persistence modes are supported:
advancedPersistance: true): task_id/context_id stored in LangGraph's tools_storageUses the
a2a-sdkPython client for A2A protocol communication, with lazy auth via UiPath Bearer token.Development Package
uipath pack --nolockto get the latest dev build from this PR (requires version range).