@googledevs:Interactions API 现已正式发布(GA),成为构建……的主要接口
摘要
Google 针对 Gemini 模型和智能体的 Interactions API 现已正式发布,推出了托管智能体、用于长时间运行任务的背景执行,以及即将支持的 Gemini Omni。
查看缓存全文
缓存时间: 2026/06/23 13:51
Interactions API 现已正式全面上线(GA),成为使用 Gemini 模型和智能体进行开发的主要接口。
本次发布引入了关键新功能,旨在扩展开发者工作流:
- 托管智能体,实现无缝编排
- 后台执行,用于长时间运行的异步任务
- 即将在 API 中原生支持 Gemini Omni
开始使用文档:https://goo.gle/4ep02y0
阅读博客:https://goo.gle/4xJMggM
相似文章
@_philschmid: Gemini Interactions API 更新 随着我们超越简单提示,严格的“user”和“model”角色显得局限。因此……
Google 正在更新 Gemini Interactions API,用灵活的基于步骤的系统(outputs + roles → steps)取代严格的 user/model 角色,引入类似 user_input、thought、function_call、tool_call 和 model_output 的代理步骤。该更新还合并了 response_format 控制,并要求升级 SDK(Python/JS ≥2.0.0)或添加新的 API 标头以选择加入。
@googledevs: Agent and Model Evaluations in Gemini Enterprise Agent Platform are now Generally Available (GA)! Measure, test, and mo…
Google announces GA of Agent and Model Evaluations in Gemini Enterprise Agent Platform, enabling consistent measurement and monitoring of AI agents in dev and production with pre-built metrics, adaptive rubrics, simulators, and online monitors.
@googledevs: 智能体开发正在向前推进。传统上,生产扩展需要手动基础设施设置和…
Google宣布在Gemini API中正式推出Managed Agents,实现零基础设施开销的智能体开发。文章还重点介绍了AGENTS.md,这是一种为AI编码智能体提供上下文的开放格式,已被超过6万个开源项目采用。
@googledevs:智能体时代来了。Google 刚刚为开发者推出了重大更新,包括:Gemini 3.5 Flash:性能提升4倍……
Google I/O 2026 公布了重大开发者更新,包括 Gemini 3.5 Flash(性能提升4倍)、用于智能体开发的 Antigravity 2.0 CLI 以及 AI Studio 移动应用,标志着向智能体时代的转变。
扩展 Gemini API 中的托管代理:后台任务、远程 MCP 等
Google 正在扩展 Gemini API 中的托管代理,新增后台执行、远程 MCP 服务器集成、自定义函数调用和凭据刷新等功能,从而打造更可靠、更面向生产的代理。