v0.7.0 (2025-08-12)
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
andWrapperAgent
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
- @AlexEnrique made their first contribution in #2324
- @jerry-heygen made their first contribution in #2507
Full Changelog: v0.6.2...v0.7.0