| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-18 | 2.3 kB | |
| v0.6.0 source code.tar.gz | 2025-11-18 | 2.0 MB | |
| v0.6.0 source code.zip | 2025-11-18 | 2.4 MB | |
| Totals: 3 Items | 4.4 MB | 0 | |
Key changes
Handoff behavior has a breaking change in this version. Specifically, the message history is now collapsed into a single message when handing off to a new agent. We have verified and evaluated this behavior and think it works better, but recommend testing with your agents before upgrading to v0.6.0 in production.
What's Changed
- fix(twilio): add configurable startup delay to avoid initial audio jitter (fixes [#1906]) by @Shraman123 in https://github.com/openai/openai-agents-python/pull/2033
- fix: [#2081] Redis SSL Connection Error with redis-py v7 by @yju0808 in https://github.com/openai/openai-agents-python/pull/2082
- Nest handoff history by default by @jhills20 in https://github.com/openai/openai-agents-python/pull/1996
- Upgrade openai-python to 2.8.0 for GPT 5.1 by @ihower in https://github.com/openai/openai-agents-python/pull/2091
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/2092
- Add prompt_cache_retention to ModelSettings by @ihower in https://github.com/openai/openai-agents-python/pull/2095
- feat: add run_in_parallel parameter to input guardrails by @RVV-karma in https://github.com/openai/openai-agents-python/pull/1986
- fix: [#2008] Fix agent memory leak using weakref by @DanieleMorotti in https://github.com/openai/openai-agents-python/pull/2014
- docs: fix typos in some files by @Edge-Seven in https://github.com/openai/openai-agents-python/pull/2096
- feat: add tool error logging by @danilbogdan in https://github.com/openai/openai-agents-python/pull/1804
- v0.6.0 by @rm-openai in https://github.com/openai/openai-agents-python/pull/2093
New Contributors
- @Shraman123 made their first contribution in https://github.com/openai/openai-agents-python/pull/2033
- @yju0808 made their first contribution in https://github.com/openai/openai-agents-python/pull/2082
- @RVV-karma made their first contribution in https://github.com/openai/openai-agents-python/pull/1986
- @Edge-Seven made their first contribution in https://github.com/openai/openai-agents-python/pull/2096
- @danilbogdan made their first contribution in https://github.com/openai/openai-agents-python/pull/1804
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.5.1...v0.6.0