google-adk

Configure LlmAgent workflows and deploy ADK-based apps to Vertex AI Agent Engine or Cloud Run.

7|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/milistu/agent-skills --skill google-adk-milistu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-adk
Source: https://github.com/milistu/agent-skills/tree/main/skills/google-adk
Command: npx skills add https://github.com/milistu/agent-skills --skill google-adk-milistu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Google ADK skill consolidates authoritative guidance for building, deploying, and evaluating ADK-based agents.

Core Features & Use Cases

  • Comprehensive references for LlmAgent configuration, workflow patterns (Sequential, Loop, Parallel), multi-agent orchestration, tool integrations (MCP/OpenAPI), session/memory management, grounding and streaming, and deployment to Cloud Run or Vertex AI Agent Engine.
  • Guidance across languages and runtimes with runnable concept references in Python, TypeScript, Go, and Java, plus code sidecars for practical examples.
  • Supports evaluation, safety guardrails, and observability patterns to improve production readiness.

Quick Start

Instantiate a Python LlmAgent with Gemini, wire a simple tool, and run a local test to verify the ADK workflow.

Frequently Asked Questions about google-adk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a Google LlmAgent and wire tools using ADK?

To configure a Google LlmAgent using ADK, instantiate it with Gemini, wire simple tools or MCP/OpenAPI integrations, and run a local test to verify the workflow before deployment.

What is the best way to deploy ADK-based agents to Vertex AI or Cloud Run?

The best way to deploy ADK-based agents is targeting Vertex AI Agent Engine or Cloud Run, utilizing provided references for packaging and streaming configurations to ensure production readiness.

How does session and memory management work for multi-agent orchestration in ADK?

Session and memory management in ADK handles state across workflow patterns like Sequential, Loop, and Parallel, enabling complex multi-agent orchestration with consistent context throughout the execution.

Can I use Google Search grounding with ADK agents built in TypeScript or Go?

Yes, ADK supports grounding with Google Search across multiple languages, providing runnable concept references in Python, TypeScript, Go, and Java alongside code sidecars for practical implementation.

What safety guardrails and observability patterns are available for ADK agent deployment?

ADK provides guidance on safety guardrails and observability patterns to improve production readiness, ensuring deployed agents on Vertex AI Agent Engine or Cloud Run are monitored and evaluated effectively.

Why should I use Google ADK for building intelligent agents instead of other frameworks?

Google ADK consolidates authoritative guidance for building, deploying, and evaluating agents, offering comprehensive references for workflow patterns, tool integrations, and multi-language support to streamline production readiness.