Google Developer Group
Quito – Tsáchilas



Prerequisites

Install and configure these tools before starting the workshop
Language for the ADK agent and FastAPI backend. Download the latest stable release.
Runtime for the workshop Next.js frontend.
Python package and environment manager. Replaces pip and virtualenv.
Code editor with agent support. Antigravity, Cursor, or VS Code all work well.
Sign in with a Google account to access Gemini models and test prompts.
Install the official CLI and skills to build agents on Agent Platform.
uvx google-agents-cli setupAgents CLI documentation
Set up the local project from the workshop repository
Download the workshop code to your machine.
git clone https://github.com/leonardoburbanov/gemini-enterprise-agent-platform-workshop.gitMove into the cloned project directory.
cd gemini-enterprise-agent-platform-workshopCreate an API key in AI Studio with your Google account.
Scaffold a prototype ADK agent with your API key.
uv run agents-cli create buildaiagent --agent adk --prototype --api-key <your-api-key-here>
Iterate on tools and instructions before deploying
Launch the local ADK UI with hot reload.
agents-cli playground

If you want to do it with Google Cloud, follow these steps
Authenticate your GCP account interactively.
agents-cli login -iInteractive wizard to configure the agent in the cloud.
agents-cli create -iPublish the agent to Vertex AI Agent Runtime.
agents-cli deploy --deployment-target agent_runtime --project navbeai
What we will deploy and demo in the workshop

Now let's look at the local playground of the agent that is in production.
We'll try it out to see what's happening in Google Cloud.



Traces and sessions

Cloud playground


We hope you enjoyed the workshop
Final result

Demo links
Presenter
Leonardo Burbano
Senior AI Engineer & Tech Lead | @Mercately [Techstars]