You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: align tests and implementation with proto definition updates
This commit resolves extensive test failures caused by recent Protocol Buffer changes in a2a_pb2.
Key changes:
- Removed invalid 'AgentCard.url' references; updated 'RestTransport' and tests to use 'supported_interfaces'.
- Updated 'AgentCard' capability assertions to use 'capabilities.extended_agent_card'.
- Fixed 'BaseClient.send_message' usage in integration tests to use 'request' kwarg instead of 'message'.
- Updated assertion logic in integration tests to check 'received_params.message'.
- verified all tests pass including database integration tests.
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
0 commit comments