Agent 基础设施官方发布自动监测

OpenAI Agents SDK Python v0.22.1

OpenAI Agents SDK Python v0.22.1 introduces image support for web search tools, customizable guardrail blocked messages, server-wide MCP guardrails, configurable Unix-local sandbox isolation, and numerous fixes across tool arguments, sessions, and sandboxing.

原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。

人类阅读

为什么值得关注

OpenAI has released version 0.22.1 of the OpenAI Agents SDK Python. Notable features include image results in web search tools, customized blocked output messages from output guardrails, server-wide MCP tool guardrails, configurable Unix-local sandbox environment isolation, and support for Docker sandbox container labels. It also adds streamed transcription options for voice features. The release contains extensive bug fixes addressing tool argument parsing (e.g., failing closed on empty arguments, rejecting kwargs keys colliding with named parameters, handling variadic annotations), session recovery and persistence during interruptions, chat completion handling, and sandbox cleanup routines.

Agent 解析

可执行摘要

Updated OpenAI Agents SDK Python to v0.22.1. Key updates include image result support in web search tools, customizable blocked messages for output guardrails, server-wide guardrails for MCP tools, configurable Unix-local sandbox isolation, Docker container labeling, streamed transcription options for voice, and strict tool-argument parsing fixes (such as failing closed on empty tool arguments and rejecting…

Agent 实用度
82/100
可信度
96%
机器格式
JSON + Markdown
下一步

开发者应核对什么

  • Upgrade openai-agents-python to version 0.22.1.
  • Verify tool definitions if using variadic arguments or kwargs, as validation now fails closed on empty arguments and rejects colliding kwargs keys.
  • Optionally configure custom blocked messages on output guardrails or apply server-wide guardrails to MCP tools.
分类

标签与路由

openaiagents-sdkpython
相关信号

继续阅读