github openai/openai-agents-python v0.11.0

latest release: v0.11.1
19 hours ago

Key Changes

Tool search support

As of this version, the Agents SDK supports the tool search tool, including namespaces: https://developers.openai.com/api/docs/guides/tools-tool-search/

Please refer to this concrete example, as well as the updated documentation.

Computer use tool GA

As of this version, you can use the gpt-5.4 model for the computer use tool, in addition to the existing computer-use-preview model: https://developers.openai.com/api/docs/guides/tools-computer-use/

Please refer to this concrete example, as well as the updated documentation.

What's Changed

  • feat: add Responses API tool search support by @seratch in #2610
  • fix: #2624 migrate ComputerTool to the GA computer tool by @seratch in #2626
  • fix: #2636 make Computer preview metadata optional on GA requests by @seratch in #2639
  • fix: Serialize structured realtime tool outputs as JSON by @lavish0000 in #2608
  • fix: Finish reasoning summaries before text deltas by @lavish0000 in #2609
  • fix: #2617 lower minimum pydantic version to 2.12.2 by @seratch in #2620
  • fix(memory): make SQLiteSession satisfy Session protocol by @lavish0000 in #2619
  • fix: align RunState schema policy with release boundaries by @seratch in #2632
  • fix: preserve plain run context for run-context tool wrappers by @seratch in #2634
  • fix: #2603 preserve MCP tool title metadata across tool call items by @seratch in #2621
  • fix: enable handling video_url in litellm and chat completions models by @seokhyunan in #2614

Documentation & Other Changes

  • docs: updates for #2593 by @seratch in #2594
  • docs: refresh docs and examples to gpt-5.4 by @seratch in #2615
  • docs: Add local shell skill example by @ihower in #2612
  • docs: update translated document pages by @github-actions[bot] in #2606
  • docs: update translated document pages by @github-actions[bot] in #2613
  • docs: update translated document pages by @github-actions[bot] in #2616
  • docs: update translated document pages by @github-actions[bot] in #2627
  • chore: run pyright across src and tests in typecheck by @seratch in #2623
  • test: improve coverage for tracing and runtime helpers by @seratch in #2635
  • Release 0.11.0 by @github-actions[bot] in #2611

New Contributors

Full Changelog: v0.10.5...v0.11.0

Don't miss a new openai-agents-python release

NewReleases is sending notifications on new releases.