Skip to content

v0.13.0

Latest

Choose a tag to compare

@fabpot fabpot released this 30 Aug 09:57
Immutable release. Only release title and notes can be modified.

Changelog (v0.12.0...v0.13.0)

  • minor #2460 Bump Version Constraints for v0.13.0 (@chr-hertel)
  • feature #2450 Replay the assistant turn as the provider produced it (@chr-hertel)
  • feature #2436 Agent to return a lazy Execution instance (@chr-hertel)
  • minor #2258 increase coverage of Toolbox (@makomweb)
  • feature #2431 Support template variables in file prompts (@mikemikimike)
  • bug #2425 Fix tool call budget being shared across concurrent streaming calls (@ousamabenyounes)
  • bug #2394 Fix max tool calls never capping the tool calling loop (@chr-hertel)
  • bug #2387 Fix int to float widening for scalar tool parameters (@lazerg)
  • feature #2373 Drive tool calling from the Agent instead of an output processor (@chr-hertel)
  • feature #2362 Validate scalar tool parameters against # constraints (@lyrixx)