strix/.github
Pavel Břoušek f0515723ec fix(deps): bundle boto3 in release binaries and unbreak Bedrock tool_choice
Standalone release binaries never installed boto3, since the `bedrock`
extra added in #588 declares it but the release workflow only ran plain
`uv sync --frozen`. Every Bedrock user on a downloaded binary hits
`ModuleNotFoundError: No module named 'boto3'` at LLM warm-up with no
way to `pip install` into a frozen executable (#574). Select the extra
in the release build so boto3 ships by default.

Separately, litellm <1.95.0 maps Bedrock's `parallel_tool_calls` to a
`tool_choice` object missing the required `type` discriminator, so
every Bedrock Claude request 400s before the agent can even start
(#644, BerriAI/litellm#34347). Bump the floor past the upstream fix.

Adds regression tests asserting the release workflow selects the
`bedrock` extra and that the litellm floor stays past 1.95.0.
2026-08-10 22:21:03 +02:00
..
ISSUE_TEMPLATE Strix LLM Documentation and Config Changes (#315) 2026-02-20 01:43:18 +04:00
workflows fix(deps): bundle boto3 in release binaries and unbreak Bedrock tool_choice 2026-08-10 22:21:03 +02:00
logo.png docs: Update README 2025-11-05 01:21:48 +02:00
screenshot.png docs: update screenshot and add to intro page 2026-01-22 13:09:45 -08:00