Merge from the original fork #2
Annotations
10 errors
Run Ruff:
aide/agent.py#L8
aide/agent.py:8:22: F401 `.backend.FunctionSpec` imported but unused
|
Run Ruff:
aide/agent.py#L406
aide/agent.py:406:16: E712 Avoid equality comparisons to `False`; use `if not response["has_csv_submission"]:` for false checks
|
Run Ruff:
aide/agent.py#L407
aide/agent.py:407:16: E712 Avoid equality comparisons to `False`; use `if not has_csv_submission:` for false checks
|
Run Ruff:
aide/backend/__init__.py#L5
aide/backend/__init__.py:5:20: F401 `.utils.FunctionSpec` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Run Ruff:
aide/backend/__init__.py#L82
aide/backend/__init__.py:82:17: F541 f-string without any placeholders
|
Run Ruff:
aide/backend/backend_gdm.py#L13
aide/backend/backend_gdm.py:13:20: F401 `.utils.FunctionSpec` imported but unused
|
Run Ruff:
aide/backend/backend_openrouter.py#L12
aide/backend/backend_openrouter.py:12:5: F401 `aide.backend.utils.FunctionSpec` imported but unused
|
Run Ruff:
aide/backend/utils.py#L5
aide/backend/utils.py:5:8: F401 `jsonschema` imported but unused
|
Run Ruff:
aide/backend/utils.py#L8
aide/backend/utils.py:8:8: F811 Redefinition of unused `logging` from line 1
|
Run Ruff:
aide/backend/utils.py#L9
aide/backend/utils.py:9:20: F811 Redefinition of unused `Callable` from line 3
|
Loading