返回全部动态

OpenAI Agents JS v0.15.0:默认模型更新与 MCP v2 支持

原标题:v0.15.0

OpenAI Agents JavaScript Releases一手来源产品发布质量 83

AI 摘要

OpenAI Agents JavaScript 库发布 v0.15.0,默认模型改为 gpt-5.6-luna,并支持 MCP v2 协议协商。新版本增强了 RunState 的持久化能力,包括输入、工具输出和重试状态,同时改进了沙箱挂载凭据的安全性。此外,还增加了对 React Native 和 Realtime 的支持,并提升了 OpenAI 和 AI SDK 适配器的兼容性。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

## Key Changes ### OpenAI client compatibility and the new default model This release requires `openai` 7.2 or later for applications that supply their own OpenAI client. Agents without an explicit model now use `gpt-5.6-luna` with `reasoning.effort: "none"` and `text.verbosity: "low"`. Configure an explicit model or set `OPENAI_DEFAULT_MODEL` when an application needs a different default. ### MCP v2 negotiation with legacy server support Local MCP connections now use the MCP TypeScr


发布时间:2026-08-11 13:38
抓取时间:2026-08-11 13:43
来源机构:OpenAI
阅读原文github.com