fix: Implement serp search tool. #105
ci.yml
on: push
🧹 Lint Code & Dockerfiles
16s
Matrix: ✅ Run Unit Tests
🚀 Build, Tag, and Publish Images to Docker Hub
0s
Annotations
12 errors
|
Ruff (F841):
src/api/entities_api/orchestration/workers/base_workers/deepseek_base.py#L147
src/api/entities_api/orchestration/workers/base_workers/deepseek_base.py:147:13: F841 Local variable `test_cache` is assigned to but never used
|
|
Ruff (F821):
src/api/entities_api/orchestration/workers/base_workers/deepseek_base.py#L126
src/api/entities_api/orchestration/workers/base_workers/deepseek_base.py:126:27: F821 Undefined name `List`
|
|
Ruff (F821):
src/api/entities_api/orchestration/workers/base_workers/deepseek_base.py#L51
src/api/entities_api/orchestration/workers/base_workers/deepseek_base.py:51:31: F821 Undefined name `get_redis_sync`
|
|
Ruff (E741):
src/api/entities_api/orchestration/mixins/tool_routing_mixin.py#L119
src/api/entities_api/orchestration/mixins/tool_routing_mixin.py:119:17: E741 Ambiguous variable name: `l`
|
|
Ruff (E722):
src/api/entities_api/orchestration/mixins/json_utils_mixin.py#L120
src/api/entities_api/orchestration/mixins/json_utils_mixin.py:120:17: E722 Do not use bare `except`
|
|
Ruff (F841):
scripts/create_user.py#L263
scripts/create_user.py:263:9: F841 Local variable `generated_key` is assigned to but never used
|
|
Ruff (F401):
scripts/bootstrap_synth_assistant.py#L7
scripts/bootstrap_synth_assistant.py:7:37: F401 `projectdavid_common.ValidationInterface` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
|
Ruff (F401):
scripts/bootstrap_default_assistant.py#L19
scripts/bootstrap_default_assistant.py:19:50: F401 `entities_api.constants.assistant.BASE_TOOLS` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
|
Ruff (F841):
migrations/versions/6413efed1b18_add_decision_telemetry_to_assistants_.py#L46
migrations/versions/6413efed1b18_add_decision_telemetry_to_assistants_.py:46:5: F841 Local variable `LOG_MSG` is assigned to but never used
|
|
Ruff (E402):
migrations/env.py#L14
migrations/env.py:14:1: E402 Module level import not at top of file
|
|
✅ Run Unit Tests (3.12)
Process completed with exit code 2.
|
|
✅ Run Unit Tests (3.11)
Process completed with exit code 2.
|