refactor(spec)!: Large refactor of specification to separate application protocol definition from mapping to transports. #1985
Annotations
12 errors and 1 notice
|
Check Linter Statuses
Process completed with exit code 1.
|
|
Run Pyright (Pylance equivalent):
src/a2a/server/request_handlers/grpc_handler.py#L336
"GetAgentCardRequest" is not a known attribute of module "a2a.grpc.a2a_pb2" (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/server/request_handlers/grpc_handler.py#L273
"CreateTaskPushNotificationConfigRequest" is not a known attribute of module "a2a.grpc.a2a_pb2" (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/server/request_handlers/grpc_handler.py#L215
"TaskSubscriptionRequest" is not a known attribute of module "a2a.grpc.a2a_pb2" (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/client/transports/rest.py#L276
"CreateTaskPushNotificationConfigRequest" is not a known attribute of module "a2a.grpc.a2a_pb2" (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/client/transports/grpc.py#L235
"GetAgentCardRequest" is not a known attribute of module "a2a.grpc.a2a_pb2" (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/client/transports/grpc.py#L234
Cannot access attribute "GetAgentCard" for class "A2AServiceStub"
Attribute "GetAgentCard" is unknown (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/client/transports/grpc.py#L194
"CreateTaskPushNotificationConfigRequest" is not a known attribute of module "a2a.grpc.a2a_pb2" (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/client/transports/grpc.py#L193
Cannot access attribute "CreateTaskPushNotificationConfig" for class "A2AServiceStub"
Attribute "CreateTaskPushNotificationConfig" is unknown (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/client/transports/grpc.py#L145
"TaskSubscriptionRequest" is not a known attribute of module "a2a.grpc.a2a_pb2" (reportAttributeAccessIssue)
|
|
Run Pyright (Pylance equivalent):
src/a2a/client/transports/grpc.py#L144
Cannot access attribute "TaskSubscription" for class "A2AServiceStub"
Attribute "TaskSubscription" is unknown (reportAttributeAccessIssue)
|
|
Run MyPy Type Checker
Process completed with exit code 1.
|
|
Run JSCPD for copy-paste detection
repository contains 24 duplications.
0 duplications were part of this PR and were annotated
|
Loading