三月 17, 2025What’s Agent?
#
An agent is an LLM equipped with instructions, tools and handoffs. This means that given an open-ended task, the LLM can autonomously plan how it will tackle the task, using tools to take actions and acquire data, and using handoffs to delegate tasks to sub-agents.
三月 17, 2025OpenAI 新功能发布
#
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.
...