Contents

Agents

Overview

View as:

GCP Agent Development Kit (ADK)

Back to Overview: Agents

What Is Google ADK

Google's Agent Development Kit is a framework for building, deploying, and managing AI agents on Google Cloud. It provides abstractions for agent state, tool integration, session management, and multi-agent orchestration.

When to Use ADK

  • You are deploying on Google Cloud / Vertex AI
  • You need tight integration with GCP services (BigQuery, Cloud Storage, etc.)
  • You want managed agent infrastructure with built-in observability

ADK vs Other Frameworks

ADKLangGraphCrewAI
Cloud-nativeGCPAgnosticAgnostic
State modelSessionGraphCrew context
Multi-agentOrchestrator patternGraph nodesRole-based

Chapter Map

FileTopic
01 - ADK FundamentalsCore concepts, setup
02 - Simple AgentSingle-tool agent walkthrough
03 - Complex AgentMulti-tool, stateful agent

Back to Agents Index