working UI for autopilot. Chat is incomplete for copilot. #9
Annotations
7 errors and 1 warning
Ruff (F403):
aide/webui/app.py#L18
aide/webui/app.py:18:1: F403 `from streamlit_float import *` used; unable to detect undefined names
|
Ruff (E722):
aide/webui/app.py#L510
aide/webui/app.py:510:9: E722 Do not use bare `except`
|
Ruff (F401):
aide/workflow/autopilot.py#L3
aide/workflow/autopilot.py:3:24: F401 `aide.agent.Agent` imported but unused
|
Ruff (F401):
aide/workflow/autopilot.py#L4
aide/workflow/autopilot.py:4:30: F401 `aide.interpreter.Interpreter` imported but unused
|
Ruff (F401):
aide/workflow/copilot.py#L8
aide/workflow/copilot.py:8:24: F401 `aide.agent.Agent` imported but unused
|
Ruff (F401):
aide/workflow/copilot.py#L9
aide/workflow/copilot.py:9:30: F401 `aide.interpreter.Interpreter` imported but unused
|
Python Linting
Process completed with exit code 1.
|
Python Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|