Welcome to the Serverless Agents on CloudRun! In this session, you will build a production-ready "Micro-Agent" system using Google Cloud Run, Vertex AI (Gemini 2.5 Flash), and Eventarc.
- The Librarian: An event-driven service that ingests PDFs, summarizes them, and stores knowledge.
- The Guide: A chat service that answers user questions based on the stored knowledge.
We have prepared a Google Colab notebook that automates the setup, deployment, and testing of your agents.
English Version:
Version Française:
Note: The link above is now configured for your repository.
- A Google Cloud Project with billing enabled.
- A Google Account.
librarian/: Source code for the ingestion agent.guide/: Source code for the chat agent.serverless_agents.ipynb: The notebook to run the workshop.