refactor: remove custom llm provider layer

This commit is contained in:
0xallam
2026-04-26 14:04:32 -07:00
parent 9f45121dce
commit c163ef882b
17 changed files with 185 additions and 351 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ _REQUIRED_FIELDS = {
}
async def _do_create( # noqa: PLR0912, PLR0915
async def _do_create( # noqa: PLR0912
*,
title: str,
description: str,
@@ -225,7 +225,7 @@ async def _do_create( # noqa: PLR0912, PLR0915
"warning": "Report could not be persisted - scan store unavailable",
}
from strix.llm.dedupe import check_duplicate
from strix.report.dedupe import check_duplicate
existing = scan_store.get_existing_vulnerabilities()
candidate = {