返回全部动态
OpenAI Agents Python v0.18.2 发布:支持 GPT-5.6 与多智能体测试版
原标题:v0.18.2
AI 摘要
OpenAI 发布了 openai-agents-python 库的 v0.18.2 版本,新增了对 GPT-5.6 请求控制的支持,并引入了托管多智能体(multi-agent)的 beta 功能。此外,该版本修复了沙箱环境中的 PTY 任务管理、实时回调错误处理、播放时序等问题,并重构了沙箱输出收集和重试逻辑。这些改进旨在提升库的稳定性和开发体验。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## What's Changed * feat: support GPT-5.6 request controls by @seratch in https://github.com/openai/openai-agents-python/pull/3794 * feat: add hosted multi-agent beta support by @seratch in https://github.com/openai/openai-agents-python/pull/3788 * fix(sandbox): own Daytona PTY worker tasks by @seratch in https://github.com/openai/openai-agents-python/pull/3778 * fix(realtime): enqueue callback errors synchronously by @seratch in https://github.com/openai/openai-agents-python/pull/3777 *
发布时间:2026-07-11 09:07
抓取时间:2026-08-02 00:23
来源机构:OpenAI