Open up underlying messages of VisionAgent.act() and extract api from chat (experimental)
#144
Annotations
5 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 (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.
|