feat: Allow agent cards (default and extended) to be dynamic #1331
Annotations
5 errors and 5 notices
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
The process '/opt/hostedtoolcache/ruff/0.12.7/x86_64/ruff' failed with exit code 1
|
|
Ruff (PLR0913):
src/a2a/server/apps/jsonrpc/starlette_app.py#L35
src/a2a/server/apps/jsonrpc/starlette_app.py:35:9: PLR0913 Too many arguments in function definition (6 > 5)
|
|
Ruff (PLR0913):
src/a2a/server/apps/jsonrpc/jsonrpc_app.py#L126
src/a2a/server/apps/jsonrpc/jsonrpc_app.py:126:9: PLR0913 Too many arguments in function definition (6 > 5)
|
|
Ruff (PLR0913):
src/a2a/server/apps/jsonrpc/fastapi_app.py#L35
src/a2a/server/apps/jsonrpc/fastapi_app.py:35:9: PLR0913 Too many arguments in function definition (6 > 5)
|
|
Lint Code Base
repository contains 19 duplications.
4 duplications were part of this PR and were annotated
|
|
Copy/pasted code:
src/a2a/server/apps/jsonrpc/starlette_app.py#L35
see src/a2a/server/apps/jsonrpc/fastapi_app.py (35-73)
|
|
Copy/pasted code:
src/a2a/server/apps/jsonrpc/fastapi_app.py#L35
see src/a2a/server/apps/jsonrpc/starlette_app.py (35-73)
|
|
Copy/pasted code:
src/a2a/server/apps/jsonrpc/starlette_app.py#L35
see src/a2a/server/apps/jsonrpc/jsonrpc_app.py (126-155)
|
|
Copy/pasted code:
src/a2a/server/apps/jsonrpc/jsonrpc_app.py#L126
see src/a2a/server/apps/jsonrpc/starlette_app.py (35-64)
|