mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-18 19:05:19 -05:00
Reopening PR from https://github.com/googleapis/genai-toolbox/pull/2019 but on `main`. ## Description This PR introduces a new How-to guide to deploy ADK Agent to Google Cloud. Following the updates to the ADK with Toolbox Local Quickstart (in https://github.com/googleapis/genai-toolbox/pull/1962), this guide provides the necessary steps to take a locally developed ADK agent and deploy it to a production-like cloud environment. The new guide covers the following workflow: * Instructions (via link) to deploy the Toolbox server to Cloud Run. * Using `uvx agent-starter-pack enhance` to scaffold deployment configuration and adding `toolbox-core` as a dependency. * Updating the agent code to connect to the remote Cloud Run URL. * Running `make backend` to deploy the agent to Vertex AI Agent Engine. * Verifying the deployment using the Agent Engine Playground. This completes the user journey from local development to a fully deployed architecture on Google Cloud. 🛠️ Addresses https://github.com/googleapis/genai-toolbox/issues/1705