Skip to content

Open up underlying messages of VisionAgent.act() and extract api from chat (experimental) #140

Open up underlying messages of VisionAgent.act() and extract api from chat (experimental)

Open up underlying messages of VisionAgent.act() and extract api from chat (experimental) #140

Triggered via pull request June 5, 2025 09:58
Status Failure
Total duration 1m 43s
Artifacts

checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Ruff (C901): src/askui/chat/__main__.py#L68
src/askui/chat/__main__.py:68:5: C901 `write_message` is too complex (11 > 10)
Ruff (ARG002): src/askui/chat/api/runs/service.py#L144
src/askui/chat/api/runs/service.py:144:38: ARG002 Unused method argument: `stream`
Ruff (TD003): src/askui/chat/api/runs/service.py#L149
src/askui/chat/api/runs/service.py:149:11: TD003 Missing issue link for this TODO
Ruff (FIX002): src/askui/chat/api/runs/service.py#L149
src/askui/chat/api/runs/service.py:149:11: FIX002 Line contains TODO, consider resolving the issue
Ruff (TRY004): tests/unit/models/test_computer_agent_filter.py#L75
tests/unit/models/test_computer_agent_filter.py:75:9: TRY004 Prefer `TypeError` exception for invalid type
Ruff (TRY003): tests/unit/models/test_computer_agent_filter.py#L75
tests/unit/models/test_computer_agent_filter.py:75:15: TRY003 Avoid specifying long messages outside the exception class
Ruff (EM101): tests/unit/models/test_computer_agent_filter.py#L76
tests/unit/models/test_computer_agent_filter.py:76:13: EM101 Exception must not use a string literal, assign to variable first
Run Checks
Process completed with exit code 1.