devin-ai-integration[bot] and GitHub
d4e58b2cd0
fix(llm): pass LLM_EXTRA_HEADERS through ModelSettings so they reach the agent loop ( #937 )
2026-07-29 19:38:06 -07:00
27f9750cdc
feat(llm): enable Bedrock/Anthropic prompt caching for Claude models ( #772 )
...
Co-authored-by: Sean Turner <sean.turner@zerohash.com >
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com >
2026-07-26 17:12:57 -07:00
Ahmed Allam and Ahmed Allam
7d5a67d234
chore(llm): shorten timeout helper docstring; update tests
2026-07-17 19:45:32 -07:00
Ahmed Allam and Ahmed Allam
cf7689e927
fix(llm): use httpx.Timeout read-inactivity for per-turn model timeout
2026-07-17 18:40:23 -07:00
Ahmed Allam and Ahmed Allam
3bb95ab43d
fix(llm): add per-turn model request timeout so stalled streams fail fast and retry
2026-07-17 18:40:23 -07:00
alex s and GitHub
c13960ae01
Support routed OpenAI required tool choice ( #732 )
2026-07-10 18:43:07 -04:00
alex s and GitHub
22d327d21f
feat(settings): add force_required_tool_choice to LlmSettings ( #730 )
...
feat(inputs): implement logic for required tool choice based on model
test(inputs): add tests for force_required_tool_choice behavior
test(runner): update tests to include force_required_tool_choice in settings
2026-07-10 18:36:33 -04:00
Rome Thorstenson and GitHub
8cdf0683a3
fix(core): collapse child agent initial input into a single user message ( #589 )
2026-06-29 06:51:47 -07:00