返回全部动态

OpenAI Agents JavaScript v0.18.0 发布

原标题:v0.18.0

OpenAI Agents JavaScript Releases一手来源开源质量 69

AI 摘要

OpenAI 发布 openai-agents-js v0.18.0,主要变更包括 Docker 文件 API 迁移至容器内运行、UnixLocalSandboxClient 新增可选的 fileIOProtection 文件保护选项,以及 imageGenerationTool() 支持 action 参数(generate/edit/auto)。此外还修复了计算机截图冗余、延迟工具恢复、沙箱工作目录保留等问题。

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

正文节选

## Key Changes ### Docker file API migration Docker file APIs now run entirely inside a running container. This changes compatibility for applications that relied on host-side file access: images need `/bin/sh` and GNU filesystem utilities, including `realpath`, and access uses the container's default user or explicit `runAs`. Use a compatible image and suitable file permissions. Editor updates accept source files up to 10 MiB; use `execCommand` for larger edits. Newly added path grants re


发布时间:2026-09-11 05:23
抓取时间:2026-09-11 05:30
来源机构:OpenAI
阅读原文github.com