refactor: remove custom llm provider layer

This commit is contained in:
0xallam
2026-04-26 14:04:32 -07:00
parent 383c7e02dd
commit b963e269ca
17 changed files with 185 additions and 351 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ def build_strix_agent(
# looping through think/list_todos forever.
reset_tool_choice=interactive,
# model=None so ``RunConfig.model`` drives provider selection
# via :func:`build_multi_provider` rather than the SDK's default.
# through the SDK's default MultiProvider.
model=None,
capabilities=[Filesystem(), Shell()],
)