返回全部动态
OpenAI Agents Python v0.21.1 发布:新增超时与沙箱功能
原标题:v0.21.1
AI 摘要
OpenAI 发布了 openai-agents-python 库的 v0.21.1 版本,包含多项新功能和修复。新增了模型调用超时、运行级沙箱工作目录、Docker 沙箱禁用网络、Modal 沙箱资源选项等功能,并修复了审批决策、请求计数、MultiProvider 关闭、锚点匹配、聊天补全推理回放、实时音频截断、SQLite 表冲突等问题。该版本还更新了文档并支持 Python 3.14。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## What's Changed * feat(core): add model call timeouts by @seratch in https://github.com/openai/openai-agents-python/pull/4428 * feat(sandbox): add run-scoped sandbox working directories by @seratch in https://github.com/openai/openai-agents-python/pull/4427 * feat(sandbox): allow Docker sandboxes to disable networking by @koadegno in https://github.com/openai/openai-agents-python/pull/4452 * feat(sandbox): add Modal sandbox resource options by @Filimoa in https://github.com/openai/openai
发布时间:2026-08-17 06:28
抓取时间:2026-08-17 06:37
来源机构:OpenAI