返回全部动态
OpenAI Agents Python v0.19.2 发布:多项修复与改进
原标题:v0.19.2
AI 摘要
OpenAI 发布了 openai-agents-python 库的 v0.19.2 版本,包含多项修复和新功能。主要修复包括输入护栏结果报告、MCP 错误信息脱敏、内存会话计数、语音流处理等,并新增了暴露原始可调用对象的功能。该版本还改进了文档,并有多位新贡献者参与。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## What's Changed * feat: expose original callable through wrapped by @seratch in https://github.com/openai/openai-agents-python/pull/4038 * fix: report input guardrail results when a tripwire aborts the run by @hsusul in https://github.com/openai/openai-agents-python/pull/4071 * fix: consolidate same-exception re-raises into bare raise across all modules by @AAliKKhan in https://github.com/openai/openai-agents-python/pull/4023 * fix(sandbox): preserve tagged EnvValue subclasses by @seratc
发布时间:2026-08-01 09:08
抓取时间:2026-08-02 00:23
来源机构:OpenAI