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

OpenAI Agents SDK Python v0.22.3

OpenAI Agents SDK Python v0.22.3 fixes bugs across core tool approvals, resume handling, Windows sandbox paths, session concurrency, and extensions, along with dependency security updates.

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

人类阅读

为什么值得关注

OpenAI Agents SDK Python v0.22.3 brings several bug fixes and dependency updates without breaking changes. Key core fixes include aligning conditional approvals with validated tool arguments and ensuring tool-not-found outputs are properly returned during server-managed resumes. For platform compatibility and runtime safety, sandbox command paths are maintained in POSIX format on Windows hosts, and subprocesses are now properly reaped upon early stream termination. Session handling has been improved with fixes for concurrent async SQLite initialization, correct pagination handling without misusing session limits as page size, and ID preservation in AdvancedSQLiteSession delete operations. Dependency updates address known vulnerabilities without modifying SDK APIs.

Agent 解析

可执行摘要

OpenAI Agents SDK Python v0.22.3 addresses several stability issues: conditional approvals now use validated tool arguments, tool-not-found outputs are delivered on server-managed resume, sandbox command paths stay POSIX on Windows, async SQLite handles concurrent startups, and subprocesses are reaped on early stream closures.

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

开发者应核对什么

  • Upgrade to openai-agents v0.22.3 to receive concurrency, subprocess cleanup, and core approval fixes.
  • Verify Windows sandbox executions and SQLite session concurrency behaviors after upgrading.
分类

标签与路由

openaiagents-sdkpython
相关信号

继续阅读