Tutorial: Google ADK & Cloud Run: AI Agents at Scale | Future of Data and AI | Agentic AI Conference
Why It Matters
It shows how serverless, agentic AI can be built at scale with minimal cost, enabling businesses to automate content creation and accelerate AI product deployment.
Key Takeaways
- •Set up free $5 Google Cloud credit before starting the lab.
- •Deploy each AI agent to its own Cloud Run instance for scaling.
- •Use loop‑agent pattern: researcher ↔ judge before handing off to writer.
- •Agents communicate via A2A HTTP protocol; orchestrator maintains context.
- •Leverage Vertex AI Gemini and UV manager for rapid dependency installation.
Summary
The session walks participants through building a distributed, multi‑agent AI system on Google Cloud using the ADK and Cloud Run. Attendees first claim a $5 credit, create a new project, attach billing, and enable required APIs before cloning a starter repository and installing dependencies with the ultra‑fast UV package manager. Key steps include configuring environment variables, deploying each agent—researcher, judge, writer, and orchestrator—as separate Cloud Run services, and wiring them together via the A2A HTTP protocol. The loop‑agent pattern ensures the researcher and judge iterate until the output meets quality standards before the writer drafts the final course content. The tutorial highlights concrete code snippets: the researcher leverages a built‑in Google Search tool, the judge applies a structured schema to evaluate results, and the orchestrator preserves context across calls. Participants see real‑time debugging tips, such as resetting the project ID and verifying billing association. By modularizing agents and using serverless scaling, developers can rapidly prototype high‑quality, AI‑generated educational content that can be production‑ready, secure, and cost‑effective for enterprises seeking to automate knowledge creation.
Comments
Want to join the conversation?
Loading comments...