Google

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 + 托管运行时”三段式:

Relationships