Overview
Google 当前把 agent 路线拆成 Gemini API 能力面与 ADK / Agent Engine 运行面:前者提供模型、工具与 Live API,后者提供开发与部署 agent 的框架和托管运行时。
Current agent stack
Gemini API首页把 agents、tools、Live API、function calling、context caching 等能力统一放在一条产品线上。Agent Development Kit (ADK)被描述为灵活、模块化、开源、同时又 model-agnostic / deployment-agnostic 的 agent 开发框架。- Google 推荐把 ADK agent 部署到 Vertex AI Agent Engine Runtime。
Design tilt
Google 的路径更像“模型平台 + agent framework + 托管运行时”三段式:
- google-gemini-agent-surface 负责模型与工具接入
- google-adk 负责 agent 结构与开发体验
- Agent Engine 负责云上部署与扩缩
Relationships
- google-adk 是 Google 侧最明确的 agent framework
- google-gemini-agent-surface 是 Gemini API 的 agent 能力入口
- 与 openai、anthropic 一起构成当前主流 agent API 三种不同产品切法