按发生时间倒序排列,最新在前。共 6 条匹配。按重要性筛选用下方「影响」chip。
Building a safe, effective sandbox to enable Codex on Windows
OpenAI 发布 Codex Windows 沙箱方案,通过文件访问控制和网络限制实现安全的代码执行环境。
An open-source spec for orchestration: Symphony
OpenAI 开源 Symphony 编排规范,将 Issue Tracker 变成持续运行的 Coding Agent 系统。
Speeding up agentic workflows with WebSockets in the Responses API
OpenAI 通过 WebSocket 和连接级缓存优化 Codex Agent 循环的延迟和 API 开销。
From model to agent: Equipping the Responses API with a computer environment
OpenAI 正式推出 Agent Runtime:基于 Responses API + Shell 工具 + 托管容器的完整 Agent 执行环境。
Unlocking the Codex harness: how we built the App Server
OpenAI 发布 Codex App Server,通过双向 JSON-RPC API 实现 Agent 嵌入,支持流式进度、工具调用、审批和 Diff。
Unrolling the Codex agent loop
OpenAI 深度解析 Codex Agent 循环:CLI 如何通过 Responses API 编排模型、工具和提示。