Skip to content

Update to Claude API naming conventions #177

Update to Claude API naming conventions

Update to Claude API naming conventions #177

Triggered via pull request September 17, 2025 00:39
Status Failure
Total duration 1m 6s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 errors
ruff
Process completed with exit code 1.
Ruff (E402): agents/agent_demo.ipynb#L11
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): agents/agent_demo.ipynb#L10
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): agents/agent_demo.ipynb#L9
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): agents/agent_demo.ipynb#L8
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
pyright: agents/utils/connections.py#L29
Cannot access attribute "__aenter__" for class "None"   Attribute "__aenter__" is unknown (reportAttributeAccessIssue)
pyright: agents/utils/connections.py#L9
Import "mcp.client.stdio" could not be resolved (reportMissingImports)
pyright: agents/utils/connections.py#L8
Import "mcp.client.sse" could not be resolved (reportMissingImports)
pyright: agents/utils/connections.py#L7
Import "mcp" could not be resolved (reportMissingImports)
pyright: agents/tools/think.py#L30
Method "execute" overrides class "Tool" in an incompatible manner   Positional parameter count mismatch; base method has 2, but override has 2   Parameter "**kwargs" has no corresponding parameter (reportIncompatibleMethodOverride)
pyright: agents/tools/file_tools.py#L180
Method "execute" overrides class "Tool" in an incompatible manner   Positional parameter count mismatch; base method has 2, but override has 6   Parameter "**kwargs" has no corresponding parameter (reportIncompatibleMethodOverride)
pyright: agents/tools/file_tools.py#L49
Method "execute" overrides class "Tool" in an incompatible manner   Positional parameter count mismatch; base method has 2, but override has 5   Parameter "**kwargs" has no corresponding parameter (reportIncompatibleMethodOverride)
pyright: agents/tools/calculator_mcp.py#L7
Import "mcp.server" could not be resolved (reportMissingImports)
pyright: agents/test_message_params.py#L253
Type "bool" is not assignable to return type "None"   "bool" is not assignable to "None" (reportReturnType)
pyright: agents/test_message_params.py#L35
Expected class but received "(obj: object, /) -> TypeIs[(...) -> object]" (reportGeneralTypeIssues)