Skip to content

feat(spec): Add tasks/list method with filtering and pagination to the specification #1842

feat(spec): Add tasks/list method with filtering and pagination to the specification

feat(spec): Add tasks/list method with filtering and pagination to the specification #1842

Triggered via pull request October 20, 2025 13:32
Status Success
Total duration 1m 0s
Artifacts

linter.yaml

on: pull_request
Lint Code Base
57s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

10 notices
Copy/pasted code: src/a2a/client/transports/base.py#L43
see src/a2a/client/client.py (124-178)
Copy/pasted code: src/a2a/client/client.py#L124
see src/a2a/client/transports/base.py (43-97)
Copy/pasted code: src/a2a/client/transports/rest.py#L224
see src/a2a/client/transports/grpc.py (147-167)
Copy/pasted code: src/a2a/client/transports/grpc.py#L147
see src/a2a/client/transports/rest.py (224-244)
Copy/pasted code: src/a2a/client/transports/rest.py#L17
see src/a2a/client/transports/grpc.py (20-42)
Copy/pasted code: src/a2a/client/transports/grpc.py#L20
see src/a2a/client/transports/rest.py (17-39)
Copy/pasted code: src/a2a/client/transports/jsonrpc.py#L170
see src/a2a/client/transports/jsonrpc.py (335-370)
Copy/pasted code: src/a2a/client/transports/rest.py#L227
see src/a2a/client/transports/jsonrpc.py (227-244)
Copy/pasted code: src/a2a/client/transports/jsonrpc.py#L227
see src/a2a/client/transports/rest.py (227-244)
Copy/pasted code: src/a2a/server/request_handlers/grpc_handler.py#L323
see src/a2a/server/request_handlers/grpc_handler.py (198-209)