python OpenAI Agents SDK (Python) Releases · · 0.18.1

OpenAI Agents Python v0.18.1: Bug fixes and documentation updates

sdkaiengineerpython-agentic
patch

The OpenAI Agents Python library has released version 0.18.1, focusing on bug fixes and documentation improvements. This update addresses issues related to session cleanup, tool state preservation, and stream handling. It also includes enhancements for cache-write usage and logprobs accumulation, impacting developers using these features. The release is a patch update with no new major features.

  • updates for v0.18.0 by @seratch in https://github.com/openai/openai-agents-python/pull/3741
  • docs(realtime): fix RealtimeRunner context docstring by @anxkhn in https://github.com/openai/openai-agents-python/pull/3748
  • clarify agent tool state options by @william-xue in https://github.com/openai/openai-agents-python/pull/3754
  • test(items): document refusal None invariant by @seratch in https://github.com/openai/openai-agents-python/pull/3751
  • Release 0.18.1 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3775
Maintenance (5)
  • docs updates for v0.18.0 by @seratch in https://github.com/openai/openai-agents-python/pull/3741
  • docs(realtime): fix RealtimeRunner context docstring by @anxkhn in https://github.com/openai/openai-agents-python/pull/3748
  • docs clarify agent tool state options by @william-xue in https://github.com/openai/openai-agents-python/pull/3754
  • test(items): document refusal None invariant by @seratch in https://github.com/openai/openai-agents-python/pull/3751
  • Release 0.18.1 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3775
Read the original announcement →

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

Related releases