如果你今年尝试过自己搭一个生产环境能跑的AI Agent,你大概率踩过这些坑:会话状态怎么持久化、工具调用失败怎么重试、多Agent之间怎么路由、长上下文怎么管理、成本怎么控制。每个坑都意味着几千行代码、几周调试、半夜爬起来修bug。
7月29日,Google说:这些脏活累活我来干,你专注写业务逻辑。
Google正式发布Gemini API Managed Agents,搭载Gemini 3.6 Flash,引入Hooks生命周期管理,内置会话持久化、工具调用编排、多Agent路由。开发者通过API就能部署生产级Agent,不用从零搭编排框架。
Managed Agents解决什么痛点
过去一年Agent开发最大的谎言是:"给模型接上MCP工具,它就是Agent了。"Demo和生产之间隔着巨大工程鸿沟:会话状态持久化、工具调用重试、成本控制、可观测性——这些全是基础设施问题,不是模型问题。
Google把共性需求做成托管服务:状态存云数据库、重试和错误处理内置、多Agent路由有turn manager、成本控制有用量限制。你只需要定义Agent角色、接工具、写Hooks,剩下交给Google基础设施。
核心亮点是Gemini 3.6 Flash(速度成本优化,适合高频低延迟工具调用)和Hooks机制(before_tool_call、after_tool_call、on_error等节点插入自定义逻辑——权限检查、备用方案切换、内容审核)。
"Agent开发正在从'手工作坊'走向'工业化大生产'。基础设施层的竞争,比模型层的竞争更决定谁能赚到钱。"—— Dawn Vision编辑部
Agent基础设施战白热化
Google不是第一个。OpenAI有Assistants API和Agents SDK,微软有Copilot Studio,亚马逊Bedrock有Agents,火山引擎、阿里云也有类似服务。Agent基础设施正成为云厂商新战场。
商业逻辑清晰:Agent应用越普及,对底层基础设施绑定越深。Managed Agents写的逻辑很难无痛迁移——状态格式、Hooks接口、工具协议都有平台特异性。这是云厂商最爱的锁定效应。
但对开发者是好事:2024年5人团队3个月搭的Agent,2026年下半年一个人周末用托管服务就能拼出来。Agent应用数量将迎来爆发。3.6 Flash还原生支持多模态(视频、音频、图片实时理解生成),不用额外拼其他模型服务。
Agent竞争已从"哪个模型更聪明"进入"哪个平台让开发者更快交付"。大多数企业不需要最聪明的Agent,他们需要明天就能上线、出了问题能排查、成本能控住的Agent。
明天见。
Sources · 参考来源
声明:本文为 Dawn Vision 基于公开信息的二次创作与独立分析,标题、观点、行文均为原创,仅供参考,不构成任何投资建议或决策依据。如有侵权请联系删除。
本文基于 Dawn Vision 认知引擎处理的 8 个源信号生成,经编辑部人工审核。素材来源:Google AI Blog、TechCrunch。
相关入库笔记:Google Gemini · Managed Agents · Gemini 3.6 Flash · Agent Hooks · AI Agent基础设施 · 生产级Agent
If you've tried building a production AI agent this year, you've hit these pitfalls: session persistence, tool-call retries, multi-agent routing, long context management, cost control. Each pitfall means thousands of lines of code, weeks of debugging, 3AM wake-up calls.
On July 29, Google said: I'll handle the dirty work. You focus on business logic.
Google launched Gemini API Managed Agents GA, powered by Gemini 3.6 Flash, introducing Hooks lifecycle management with built-in session persistence, tool-call orchestration, and multi-agent routing. Developers deploy production agents via API without building orchestration frameworks from scratch.
What Pain Points Do Managed Agents Solve?
The biggest lie in agent dev: "Hook up MCP tools and boom — it's an agent." A massive engineering chasm separates demos from production: state persistence, error retries, cost control, observability — all infrastructure problems, not model problems.
Google turns common needs into managed services: state in cloud databases, built-in retries, native turn manager for multi-agent routing, usage limits for cost control. You define roles, connect tools, write Hooks, leave the rest to Google's infrastructure.
Core highlights: Gemini 3.6 Flash (speed/cost optimized for high-frequency low-latency tool calls) and Hooks (insert custom logic at before_tool_call, after_tool_call, on_error, before_respond — permission checks, fallback switching, content review).
"Agent development is moving from 'artisanal workshops' to 'industrial mass production.' Infrastructure competition, not model benchmarks, determines who makes money."—— The Dawn Vision Editorial Desk
The Agent Infrastructure Battle Heats Up
Google wasn't first. OpenAI has Assistants API and Agents SDK; Microsoft has Copilot Studio; Amazon Bedrock has Agents; Volcengine and Alibaba Cloud have similar offerings. Agent infrastructure is becoming cloud providers' new battleground.
The business logic is clear: the more pervasive agents become, the deeper the binding to infrastructure. Logic written with Google Managed Agents won't migrate painlessly — state formats, Hook interfaces, and tool protocols carry platform specificity. That's the lock-in cloud providers love.
But it's good for developers: a production agent that required a 5-person team and 3 months in 2024 might be assembled in a weekend by one developer using managed services in late 2026. Agent applications will explode. 3.6 Flash also natively supports multimodal (real-time video/audio/image understanding and generation), no extra model stitching needed.
Agent competition has moved from "which model is smarter" to "which platform ships faster." Most enterprises don't need the world's smartest agent — they need an agent that ships tomorrow, is debuggable, and keeps costs under control.
See you tomorrow.
Sources · 参考来源
声明:本文为 Dawn Vision 基于公开信息的二次创作与独立分析,标题、观点、行文均为原创,仅供参考,不构成任何投资建议或决策依据。如有侵权请联系删除。
This article was generated by the Dawn Vision cognitive engine processing 8 source signals, with human editorial review. Sources: Google AI Blog, TechCrunch.
相关入库笔记:Google Gemini · Managed Agents · Gemini 3.6 Flash · Agent Hooks · production agents · agent infrastructure
Agent开发正在从'手工作坊'走向'工业化大生产'。基础设施层的竞争,比模型层的竞争更决定谁能赚到钱。
—— Dawn Vision编辑部
Agent development is moving from 'artisanal workshops' to 'industrial mass production.' Infrastructure competition, not model benchmarks, determines who makes money.
—— The Dawn Vision Editorial Desk
Google Gemini · Managed Agents · Gemini 3.6 Flash · Agent Hooks · AI Agent基础设施 · 生产级Agent
Google Gemini · Managed Agents · Gemini 3.6 Flash · Agent Hooks · production agents · agent infrastructure
Sources · 信源 Sources
本文基于 Dawn Vision 认知引擎处理的 8 个源信号生成,经编辑部人工审核。素材来源:Google AI Blog、TechCrunch。
This article was generated by the Dawn Vision cognitive engine processing 8 source signals, with human editorial review. Sources: Google AI Blog, TechCrunch.