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
+3 -5
View File
@@ -121,15 +121,13 @@ hiddenimports = [
'strix.agents',
'strix.agents.factory',
'strix.agents.prompt',
'strix.llm',
'strix.llm.anthropic_cache_wrapper',
'strix.llm.dedupe',
'strix.llm.multi_provider_setup',
'strix.llm.retry',
'strix.config.models',
'strix.orchestration',
'strix.orchestration.coordinator',
'strix.orchestration.runner',
'strix.orchestration.utils',
'strix.report',
'strix.report.dedupe',
'strix.runtime',
'strix.runtime.backends',
'strix.runtime.caido_bootstrap',