Openai Agent
OpenAI 新功能发布 #
2025/03/11 OpenAI 发布了新的功能
We believe agents will soon become integral to the workforce, significantly enhancing productivity across industries.
- Response API:是 Assistant API 的升级版
- 内置工具:WebSearch, File Search, Computer use agent, code interpreter
- Agents SDK: 用于编排 Agent 的workflow,支持 single agent 和 multi agent
- 监控工具:2个追踪 Agent 工作流,分别是
Logs
和Traces
https://platform.openai.com/traces
Response API #
The Responses API is our new API primitive for leveraging OpenAI’s built-in tools to build agents. It combines the simplicity of Chat Completions with the tool-use capabilities of the Assistants API.
...