# Google Gemini 推出更强生产级 AI 智能体工具

- 来源：Rohan Paul (@rohanpaul_ai)
- 发布时间：2026-07-08 02:20
- AIHOT 分数：57
- AIHOT 链接：https://aihot.virxact.com/items/cmrazavti02frihog7dom63m3
- 原文链接：https://x.com/rohanpaul_ai/status/2074559295660978521

## AI 摘要

Google Gemini API Managed Agents 新增后台任务、远程 MCP、函数调用、凭证刷新及免费层访问，更接近生产级。Managed Agents 是 Google 托管的 AI 工作器，运行在隔离 Linux 沙箱（版本 antigravity-preview-05-2026）。引入 Interaction 对象，服务端自动跟踪任务、模型步骤、工具调用和结果。远程 MCP 支持智能体直接连接私有服务（可观测性、数据库、内部 API）。函数调用分离沙箱工具与业务逻辑；凭证刷新解决短寿命 token 轮换问题。整体上，Gemini API 从模型端点进化为智能体基础设施。

## 正文

Google Gemini just gave developers much stronger tools for production AI agents.

i.e. Gemini API Managed Agents now are much closer to production with new addition of background tasks， remote MCP， function calls， credential refresh， and free-tier access.

Managed Agents are Google-hosted AI workers that run antigravity-preview-05-2026 inside an isolated Linux sandbox.

Older agent apps often broke when a long task outlived a normal HTTP request.

An "Interaction" is the important object here. It stores the task， the model's steps， tool calls， tool results， and final output.

So instead of your app manually tracking every turn， tool result， and file， Google tracks much of that server-side.

Remote MCP support changes the tool story， because agents can contact private services without custom proxy glue.

A company can now connect observability， databases， or internal APIs beside Google Search and code execution.

Function calling adds another split， where Google runs sandbox tools and your app handles business logic.

Credential refresh fixes a production pain， since short-lived tokens can rotate without losing sandbox state.

Overall， this makes Gemini API feel less like a model endpoint and more like agent infrastructure.

### 引用推文

> Google AI Studio：http://x.com/i/article/2074499288885850112
