-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Is your feature request related to a problem? Please describe.
Hi team, I am building a demo based on a2a latest sdk, and when I try to make different version of a2a-sdk-built agents communication, there is a error call:
"Invalid SSE response or protocol error: Expected response header Content-Type to contain 'text/event-stream', got 'application/json'"
And I found the error is catch in a2a sdk version 0.2.7
For the near future, there might be lots of a2a based agents built by different version of a2a protocol or let's say sdk. It is needed to be compatible for these agents to keep communications.
Describe the solution you'd like
I have some ideas:
- Add a field to indicate what the version of a2a protocol is the agent built with
- Add compatible data convert in a2a protocol.
What do you think?
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct