In the python SDK, there is an API implementing "GetAgentCard" interface.
|
self.GetAgentCard = channel.unary_unary( |
But in the a2a spec file a2a.proto, there is no rpc interface named "GetAgentCard" in the A2AService service.
https://github.com/a2aproject/A2A/blob/1bd263f5373fdc8fa7c17ec8bdb24088996b6828/specification/grpc/a2a.proto#L19
So it means a2a.proto is wrong, or python SDK is out of range?
In the python SDK, there is an API implementing "GetAgentCard" interface.
a2a-python/src/a2a/grpc/a2a_pb2_grpc.py
Line 68 in 174d58d
But in the a2a spec file
a2a.proto, there is no rpc interface named "GetAgentCard" in the A2AService service.https://github.com/a2aproject/A2A/blob/1bd263f5373fdc8fa7c17ec8bdb24088996b6828/specification/grpc/a2a.proto#L19
So it means a2a.proto is wrong, or python SDK is out of range?