返回全部动态
OpenAI Agents JS v0.16.1 发布:新增超时与沙箱功能
原标题:v0.16.1
AI 摘要
OpenAI 发布了 openai-agents-js 库的 v0.16.1 版本,主要新增了模型调用超时、运行级沙箱工作目录、Docker 沙箱禁用网络以及 Modal 沙箱资源选项等功能,并修复了审批决策、图像验证等问题。该版本还更新了相关文档。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## What's Changed * feat(core): add model call timeouts by @seratch in https://github.com/openai/openai-agents-js/pull/1679 * feat(sandbox): add run-scoped sandbox working directories by @seratch in https://github.com/openai/openai-agents-js/pull/1683 * feat(sandbox): allow Docker sandboxes to disable networking by @seratch in https://github.com/openai/openai-agents-js/pull/1695 * feat(extensions): add Modal sandbox resource options by @seratch in https://github.com/openai/openai-agents-js
发布时间:2026-08-17 06:25
抓取时间:2026-08-17 06:39
来源机构:OpenAI