Bump up a2a-sdk to v0.3.0 and observe-sdk to v1.0.18#36
Merged
Conversation
46f4d94 to
5ca2a06
Compare
Signed-off-by: Darren Lau <[email protected]>
5ca2a06 to
fc16f14
Compare
Signed-off-by: Darren Lau <[email protected]>
8b76a30 to
a3e76a0
Compare
Signed-off-by: Darren Lau <[email protected]>
Signed-off-by: Darren Lau <[email protected]>
Signed-off-by: Darren Lau <[email protected]>
panyuenlau
commented
Sep 9, 2025
13 tasks
nandu-gh
approved these changes
Sep 9, 2025
shanchunyang0919
approved these changes
Sep 9, 2025
codyhartsook
approved these changes
Sep 9, 2025
codyhartsook
left a comment
Contributor
There was a problem hiding this comment.
Changes look good! Given the new ClientTransport class which is used by the client, there is an opportunity to create a cleaner transport integration than previously possible. Lets leave that for a future story though.
Contributor
Author
Will create a github issue for this |
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.
Description
Issue: #26.
Release note of the A2A 0.3.0: a2aproject/a2a-python#337.
Noticeable change of the python sdk
The
A2AClientclass is deprecated but it is kept in the sdk for backward compability: https://github.com/a2aproject/a2a-python/blob/v0.3.0/src/a2a/client/legacy.py#L40-L41.The community has introduced a new pattern,
ClientFactory, as a replacement to generate the client for agent: https://github.com/a2aproject/a2a-python/blob/v0.3.0/src/a2a/client/client_factory.py#L38-L52.This PR does NOT adapt the new client factory pattern, and we shall move to the new pattern in a separate PR in the near future.
Type of Change
Checklist