OpenAI Developers(@OpenAIDevs)
The updated Agents SDK is now available in TypeScript, with support for sandbox agents and an open-s...
7.2Score

TL;DR · AI 摘要
OpenAI 发布 TypeScript 版 Agents SDK 更新,支持沙箱代理、开源执行框架及细粒度记忆控制,面向长周期智能体开发。
核心要点
- Agents SDK 现已提供完整 TypeScript 类型支持,提升开发体验与可靠性。
- 新增沙箱执行环境,使代理可在隔离、可控的环境中运行代码与工具。
- 内置开源 harness 允许开发者检查、定制执行流程,并精确控制记忆创建时机与存储位置。
结构提纲
按章节快速跳转。
- §发布概览
宣布 Agents SDK TypeScript 版本上线,强调沙箱与开源 harness 两大更新。
支持长周期代理运行,提供执行控制、记忆管理与环境隔离能力。
全面迁移到 TypeScript,增强类型安全与 IDE 支持。
代理可在受限沙箱中执行代码,兼顾安全性与灵活性。
开发者可审查、修改底层执行框架,实现深度行为干预。
显式控制记忆生成时机、内容结构与持久化目标位置。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- OpenAI Agents SDK v2
- 语言支持
- TypeScript 全量类型定义
- 执行模型
- 沙箱代理(Sandbox Agents)
- 开源 harness 可定制
- 状态管理
- 记忆生命周期精细控制
金句 / Highlights
值得收藏与分享的关键句。
The updated Agents SDK is now available in TypeScript, with support for sandbox agents and an open-source harness built in.
Build long-running agents with more control over agent execution.
Run agents in controlled sandboxes • Inspect and customize the open-source harness • Control when memories are created and where they’re stored
#OpenAI#Agents SDK#TypeScript#AI Agent#sandbox
打开原文
The updated Agents SDK is now available in TypeScript, with support for sandbox agents and an open-source harness built in.
Quote

OpenAI Developers

@OpenAIDevs
Apr 15
Build long-running agents with more control over agent execution. New capabilities in the Agents SDK: • Run agents in controlled sandboxes • Inspect and customize the open-source harness • Control when memories are created and where they’re stored