基本信息
摘要
## What's Changed * fix: #2664 drop orphan hosted shell calls before multi-turn replay by @seratch in https://github.com/openai/openai-agents-python/pull/2665 * fix: #2258 add normalized to_input_list mode for filtered handoff follow-ups by @seratch in https://github.com/openai/openai-agents-python/pull/2667 ### Documentation & Other Changes * docs: update translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/2663 * Release 0.12.2 by
原始链接
https://github.com/openai/openai-agents-python/releases/tag/v0.8.4 →AI 生成内容
OpenAI Agents Python v0.8.4 发布:新增容器化 Shell 工具与技能系统
OpenAI 发布了其 Python Agent 框架的 v0.8.4 版本,这是一个用于构建 AI 智能体的开发工具库。本次更新的核心亮点是引入了托管容器工具(Hosted Container Tool)和原生技能支持系统,允许开发者为 AI Agent 配置基于容器的 Shell 运行时环境。该项目在 GitHub 上已获得 18,904 个 Star,显示出开发者社区对 OpenAI Agent 开发工具的持续关注。新功能使得 Agent 能够在隔离的容器环境中执行 Shell 命令,为构建更安全、更强大的 AI 应用提供了基础设施支持。
OpenAI Agents Python v0.8.4 是 OpenAI 官方推出的 Python Agent 开发框架的最新版本。本次更新的重点是托管 Shell 运行时工具(Hosted Shell Runtime Tool)及其配套的技能系统。开发者现在可以通过 ShellTool 类为 Agent 配置容器化的执行环境,这意味着 AI Agent 可以在受控的容器环境中安全地执行 Shell 命令和脚本。这一功能对于需要与系统交互、执行自动化任务或进行环境配置的 AI 应用场景尤为重要。从代码示例来看,使用方式简洁直观,开发者只需在创建 Agent 时传入 ShellTool 实例并指定环境类型即可。该框架目前在 GitHub 上拥有近 1.9 万 Star,表明其在 AI Agent 开发领域的影响力。新增的容器化能力不仅提升了安全性,也为构建更复杂的自主 Agent 系统奠定了基础,特别是在需要与操作系统底层交互的场景中。
原始数据
{
"type": "release",
"org": "openai",
"repo": "openai-agents-python",
"tag": "v0.12.2",
"stars": 19986,
"prerelease": false,
"merged_sources": [
"github"
],
"merged_count": 2
}