| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-07 | 1.1 kB | |
| v0.18.0 source code.tar.gz | 2026-07-07 | 5.6 MB | |
| v0.18.0 source code.zip | 2026-07-07 | 6.3 MB | |
| Totals: 3 Items | 11.9 MB | 2 | |
Key Changes
RealtimeAgent's default is now gpt-realtime-2.1
Since this version, the default model for RealtimeAgents is gpt-realtime-2.1: https://developers.openai.com/api/docs/models/gpt-realtime-2.1
What's Changed
- feat: update default realtime model to gpt-realtime-2.1 by @seratch in https://github.com/openai/openai-agents-python/pull/3740
- feat: add Unicode storage option to SQLAlchemySession by @seratch in https://github.com/openai/openai-agents-python/pull/3746
- fix(visualization): keep fillcolor on handoff nodes by merging style attributes by @comp in https://github.com/openai/openai-agents-python/pull/3744
Documentation & Other Changes
- docs: updates for v0.17.8 release by @seratch in https://github.com/openai/openai-agents-python/pull/3737
- Release 0.18.0 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3742
New Contributors
- @comp made their first contribution in https://github.com/openai/openai-agents-python/pull/3744
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.17.8...v0.18.0