Skip to content

v0.7.0 (2025-08-12)

Compare
Choose a tag to compare
@DouweM DouweM released this 12 Aug 23:14
· 267 commits to main since this release
8f28c34

What's Changed

  • Let Agent be run in a Temporal workflow by moving model requests, tool calls, and MCP to Temporal activities by @DouweM in #2225
  • Let toolsets be built dynamically based on run context by @strawgate in #2366
  • Add event_stream_handler to agent and run methods by @DouweM in #2458
  • History processor replaces message history by @AlexEnrique in #2324
  • Add AbstractAgent and WrapperAgent by @DouweM in #2458
  • Add Agent.override(tools=...) by @DouweM in #2458
  • Bump mcp-run-python by @Kludex in #2470
  • Fix error when using GPT-5 with a temperature setting by @DouweM in #2483
  • Fix KeyError when parsing video metadata without audio track in Google models by @jerry-heygen in #2507
  • Make OpenAIResponsesModelSettings.openai_builtin_tools work again by @DouweM in #2520

New Contributors

Full Changelog: v0.6.2...v0.7.0