How to add a tool to your ADK agent
Extend your ADK agent's capabilities by adding custom tools. I'll show you how to create and integrate a Python function as a tool, allowing your agent to interact with external systems and data.
The Agent Development Kit (ADK) by Google is an open-source framework for creating AI agents.
Extend your ADK agent's capabilities by adding custom tools. I'll show you how to create and integrate a Python function as a tool, allowing your agent to interact with external systems and data.
Learn how to set up a local agent development environment, create a new agent, and run the ADK web UI.
A technical overview of automated base image updates on Cloud Run.
Use these gcloud commands to configure a custom domain for a Cloud Run service with a managed SSL certificate and a HTTP-to-HTTPS redirect.
Learn how to set up a hook in Gemini CLI that uses Ruff to format and sort imports in your Python code every time it modifies a file.