fix: Client hangs when implementing AgentExecutor and awaiting twice in execute method
#1433
Annotations
11 errors and 1 notice
|
Lint Code Base
Process completed with exit code 1.
|
|
Ruff (FIX002):
src/a2a/server/request_handlers/jsonrpc_handler.py#L100
src/a2a/server/request_handlers/jsonrpc_handler.py:100:11: FIX002 Line contains TODO, consider resolving the issue
|
|
Ruff (FIX002):
src/a2a/server/request_handlers/default_request_handler.py#L310
src/a2a/server/request_handlers/default_request_handler.py:310:19: FIX002 Line contains TODO, consider resolving the issue
|
|
Ruff (TRY301):
src/a2a/server/request_handlers/default_request_handler.py#L296
src/a2a/server/request_handlers/default_request_handler.py:296:17: TRY301 Abstract `raise` to an inner function
|
|
Ruff (FIX002):
src/a2a/server/request_handlers/default_request_handler.py#L235
src/a2a/server/request_handlers/default_request_handler.py:235:11: FIX002 Line contains TODO, consider resolving the issue
|
|
Ruff (FIX002):
src/a2a/server/request_handlers/default_request_handler.py#L101
src/a2a/server/request_handlers/default_request_handler.py:101:11: FIX002 Line contains TODO, consider resolving the issue
|
|
Ruff (PERF203):
src/a2a/server/events/event_queue.py#L193
src/a2a/server/events/event_queue.py:193:17: PERF203 `try`-`except` within a loop incurs performance overhead
|
|
Ruff (FIX002):
src/a2a/server/apps/jsonrpc/starlette_app.py#L138
src/a2a/server/apps/jsonrpc/starlette_app.py:138:11: FIX002 Line contains TODO, consider resolving the issue
|
|
Ruff (FIX002):
src/a2a/server/apps/jsonrpc/starlette_app.py#L128
src/a2a/server/apps/jsonrpc/starlette_app.py:128:15: FIX002 Line contains TODO, consider resolving the issue
|
|
Ruff (FIX002):
src/a2a/server/apps/jsonrpc/fastapi_app.py#L148
src/a2a/server/apps/jsonrpc/fastapi_app.py:148:15: FIX002 Line contains TODO, consider resolving the issue
|
|
Ruff (FIX002):
src/a2a/client/transports/rest.py#L73
src/a2a/client/transports/rest.py:73:11: FIX002 Line contains TODO, consider resolving the issue
|
|
Lint Code Base
repository contains 19 duplications.
0 duplications were part of this PR and were annotated
|