-
Notifications
You must be signed in to change notification settings - Fork 109
feat!: update a2a.proto 0572953 #606
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
base: main
Are you sure you want to change the base?
Conversation
aef135b to
48d5744
Compare
ehsavoie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/jmesnil/a2a-java/blob/48d574464052bd990650d4e445751e695203a16d/spec/src/main/java/io/a2a/spec/ListTaskPushNotificationConfigParams.java hasn't been updated to have the pageSize and token
87e1038 to
78a5656
Compare
There is no change regarding them in the updated a2a.proto. What would be missing? |
based on commit a2aproject/A2A@0572953 spec-grpc module has been regenerated from the updated a2a.proto Key changes: * Agent card * extendedAgentCard is not specified by capabilities (instead of `supportsExtendedAgentCard` field) * protocolVersions is a list (instead of a single `protocolVersion`) * SendMessage * `msg` field is now named `message` * ListTask * timestamp is now named statusTimestampAfter instead of `lastUpdatedAfter` * OAuthFlows * `deviceCode` has been added, `implicit` & `password` have been removed * AuthorizationCodeOAuthFlow * new `pkce_required` boolean field Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
78a5656 to
3756747
Compare
|
@jmesnil sorry, I read the code too quickly. |
…dAgentCardXXX Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
based on commit a2aproject/A2A@0572953
spec-grpc module has been regenerated from the updated a2a.proto
Key changes:
supportsExtendedAgentCardfield)protocolVersion)msgfield is now namedmessagelastUpdatedAfterdeviceCodehas been added,implicit&passwordhave been removedpkce_requiredboolean field