Google AI Blog 发布于 07/07 16:54

Expanding Managed Agents in Gemini API: background tasks, remote MCP and more

(翻译)扩展Gemini API中的托管Agent:后台任务、远程MCP等

查看原文

资讯摘要

We’re announcing new capabilities in Managed Agents in Gemini API so developers can build reliable, production-ready agents.

AI 摘要

谷歌宣布Gemini API托管Agent新增能力,包括后台执行异步交互、远程MCP服务器集成、自定义函数调用和凭据刷新,帮助开发者构建生产级Agent。新功能支持单一端点调用,在云端沙箱中完成任务。

AI 问答

Gemini API托管Agent新增了哪些能力?

新增后台执行、远程MCP服务器集成、自定义函数调用和凭据刷新四项能力。

后台执行模式有什么好处?

无需保持HTTP连接打开,API会返回ID供客户端轮询或稍后重连,适合长时间运行的任务。

打开原文