Download Latest Version v0.13.4 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of OpenAI Agents (Python)

Home / v0.13.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-23 4.5 kB
v0.13.0 source code.tar.gz 2026-03-23 2.7 MB
v0.13.0 source code.zip 2026-03-23 3.2 MB
Totals: 3 Items   5.9 MB 0

Key Changes

This minor release does not introduce a breaking change, but it includes a notable Realtime default update plus new MCP capabilities and runtime stability fixes. Highlights are:

  • The default websocket Realtime model is now gpt-realtime-1.5, so new Realtime agent setups use the newer model without extra configuration.
  • MCPServer now exposes list_resources(), list_resource_templates(), and read_resource(), and MCPServerStreamableHttp now exposes session_id so streamable HTTP sessions can be resumed across reconnects or stateless workers.
  • Chat Completions integrations can now opt into reasoning-content replay via should_replay_reasoning_content, improving provider-specific reasoning/tool-call continuity for adapters such as LiteLLM/DeepSeek.
  • Fixed several runtime and session edge cases, including concurrent first writes in SQLAlchemySession, compaction requests with orphaned assistant message IDs after reasoning stripping, remove_all_tools() leaving MCP/reasoning items behind, and a race in the function-tool batch executor.

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.12.5...v0.13.0

Source: README.md, updated 2026-03-23