python OpenAI Agents SDK (Python) Releases · · 0.18.0

openai-agents-python v0.18.0: RealtimeAgent default model changed, Unicode support added

sdkaiengineerpython-agentic
feature patch

The openai-agents-python library has released version 0.18.0, defaulting RealtimeAgents to the gpt-realtime-2.1 model for improved performance. Additionally, Unicode storage options are now available for SQLAlchemy sessions, enhancing data handling capabilities. These changes affect users leveraging RealtimeAgent or SQLAlchemySession within the library.

  • update default realtime model to gpt-realtime-2.1 by @seratch in https://github.com/openai/openai-agents-python/pull/3740
  • add Unicode storage option to SQLAlchemySession by @seratch in https://github.com/openai/openai-agents-python/pull/3746
  • 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
Features (2)
  • 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
Fixes (1)
  • fix(visualization): keep fillcolor on handoff nodes by merging style attributes by @comp in https://github.com/openai/openai-agents-python/pull/3744

Maintenance (2)
  • 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
Read the original announcement →

https://github.com/openai/openai-agents-python/releases/tag/v0.18.0

Related releases