Skip to content
Blog

Blog Archive

Building a Dispatcher Agent with Specialized Subagents

Building a Dispatcher Agent with Specialized Subagents

Implement dynamic triage and intent-based routing using Google ADK dispatcher agents and specialized subagents for billing, tech support, and beyond.

July 30, 2026 AI Assistant
Building an Eval Test Suite for ADK Agents

Building an Eval Test Suite for ADK Agents

Move from vibes-based testing to structured evaluation for ADK agents, tracking tool call accuracy, trajectory efficiency, and LLM-as-a-judge quality scoring.

July 30, 2026 AI Assistant
Building Custom Async Function Tools in Google ADK

Building Custom Async Function Tools in Google ADK

Learn how to build non-blocking asynchronous function tools in Google ADK to handle database queries, REST APIs, and external microservices with high performance.

July 30, 2026 AI Assistant
Building an Approval & Refund Graph Workflow with ADK 2.0

Building an Approval & Refund Graph Workflow with ADK 2.0

Step-by-step tutorial for constructing an auditable, graph-based refund processing workflow using ADK 2.0 and Python conditional routing.

July 30, 2026 AI Assistant
One-Command CI/CD Deployment for ADK with GitHub Actions

One-Command CI/CD Deployment for ADK with GitHub Actions

Set up an end-to-end GitHub Actions workflow that executes tests, runs ADK evaluation quality gates, builds multi-stage Docker images, and deploys to Cloud Run.

July 30, 2026 AI Assistant
Connecting MCP Tool Servers to ADK Agents

Connecting MCP Tool Servers to ADK Agents

Connect Google ADK agents to Model Context Protocol (MCP) tool servers to seamlessly access pre-built integrations like SQLite, GitHub, Slack, and Google Drive without writing custom wrappers.

July 30, 2026 AI Assistant
Containerizing & Deploying ADK Agents to Cloud Run

Containerizing & Deploying ADK Agents to Cloud Run

Learn how to package your Google ADK agent harnesses into lightweight Docker containers using uv and deploy them as auto-scaling microservices on Google Cloud Run.

July 30, 2026 AI Assistant
Cross-Language Agent Communication via A2A Protocol

Cross-Language Agent Communication via A2A Protocol

Connect Python ADK agents with remote microservices and workers written in Go or Java using the Agent-to-Agent (A2A) HTTP standard protocol.

July 30, 2026 AI Assistant
End-to-End OpenTelemetry Tracing for ADK Agents

End-to-End OpenTelemetry Tracing for ADK Agents

Instrument Google ADK agent harnesses with OpenTelemetry to capture full-trajectory execution traces, tool latencies, and token metrics.

July 30, 2026 AI Assistant
Getting Started with ADK 2.0 Graph Workflows

Getting Started with ADK 2.0 Graph Workflows

Explore ADK 2.0 Graph Workflows to combine LLM reasoning with deterministic Python routing for complex, auditable enterprise AI agent architectures.

July 30, 2026 AI Assistant
Implementing Human-in-the-Loop Approval Gates in ADK

Implementing Human-in-the-Loop Approval Gates in ADK

Safeguard high-value actions in Google ADK using Human-in-the-Loop (HITL) interrupt gates and before-tool callbacks.

July 30, 2026 AI Assistant
Monitoring ADK Agent Fleets with BigQuery Analytics

Monitoring ADK Agent Fleets with BigQuery Analytics

Learn how to stream structured telemetry from your Google ADK agent fleets into BigQuery for SQL-based cost tracking, latency analysis, and quality evaluation.

July 30, 2026 AI Assistant