The agent-starter-pack
is a collection of production-ready Generative AI Agent templates built for Google Cloud.
It accelerates development by providing a holistic, production-ready solution, addressing common challenges (Deployment & Operations, Evaluation, Customization, Observability) in building and deploying GenAI agents.
⚡️ Launch | 🧪 Experiment | ✅ Deploy | 🛠️ Customize |
---|---|---|---|
Pre-built agent templates (ReAct, RAG, multi-agent, Live API). | Vertex AI evaluation and an interactive playground. | Production-ready infra with monitoring, observability, and CI/CD on Cloud Run or Agent Engine. | Extend and customize templates according to your needs. |
Ready to build your AI agent? Simply run this command:
# Create and activate a Python virtual environment
python -m venv venv && source venv/bin/activate
# Install the agent starter pack
pip install agent-starter-pack
# Create a new agent project
agent-starter-pack create my-awesome-agent
That's it! You now have a fully functional agent project—complete with backend, frontend, and deployment infrastructure—ready for you to explore and customize. See Installation Guide for more options, or try with zero setup in Firebase Studio or Cloud Shell.
🆕 The starter pack offers full support for Agent Engine, a new fully managed solution to deploy agents. Simply run this command to get started:
agent-starter-pack create my-agent -d agent_engine -a adk_base
See the full list of options for details.
Agent Name | Description |
---|---|
adk_base |
A base ReAct agent implemented using Google's Agent Development Kit |
agentic_rag |
A RAG agent for document retrieval and Q&A. Supporting Vertex AI Search and Vector Search. |
langgraph_base_react |
An agent implementing a base ReAct agent using LangGraph |
crewai_coding_crew |
A multi-agent system implemented with CrewAI created to support coding activities |
live_api |
A real-time multimodal RAG agent powered by Gemini, supporting audio/video/text chat with vector DB-backed responses |
More agents are on the way! We are continuously expanding our agent library. Have a specific agent type in mind? Raise an issue as a feature request!
🔍 ADK Samples
Looking to explore more ADK examples? Check out the ADK Samples Repository for additional examples and use cases demonstrating ADK's capabilities.
The agent-starter-pack
offers two key features to accelerate and simplify the development of your agent:
- 🔄 CI/CD Automation (Experimental) - One command to set up a complete GitHub + Cloud Build pipeline for all environments
- 📥 Data Pipeline for RAG with Terraform/CI-CD - Seamlessly integrate a data pipeline to process embeddings for RAG into your agent system. Supporting Vertex AI Search and Vector Search.
This starter pack covers all aspects of Agent development, from prototyping and evaluation to deployment and monitoring.
- Python 3.10+
- Google Cloud SDK
- Terraform (for deployment)
Visit our documentation site for comprehensive guides and references!
- Getting Started Guide - First steps with agent-starter-pack
- Installation Guide - Setting up your environment
- Deployment Guide - Taking your agent to production
- Agent Templates Overview - Explore available agent patterns
- CLI Reference - Command-line tool documentation
-
Exploring the Agent Starter Pack: A comprehensive tutorial demonstrating how to rapidly deploy AI Agents using the Agent Starter Pack, covering architecture, templates, and step-by-step deployment.
-
6-minute introduction (April 2024): Explaining the Agent Starter Pack and demonstrating its key features. Part of the Kaggle GenAI intensive course.
-
120-minute livestream demo (March 6, 2025): Watch us build 3 Agents in under 30 minutes using the
agent-starter-pack
!
Looking for more examples and resources for Generative AI on Google Cloud? Check out the GoogleCloudPlatform/generative-ai repository for notebooks, code samples, and more!
Contributions are welcome! See the Contributing Guide.
We value your input! Your feedback helps us improve this starter pack and make it more useful for the community.
If you encounter any issues or have specific suggestions, please first consider raising an issue on our GitHub repository.
For other types of feedback, or if you'd like to share a positive experience or success story using this starter pack, we'd love to hear from you! You can reach out to us at agent-starter-pack@google.com.
Thank you for your contributions!
This repository is for demonstrative purposes only and is not an officially supported Google product.
The agent-starter-pack templating CLI and the templates in this starter pack leverage Google Cloud APIs. When you use this starter pack, you'll be deploying resources in your own Google Cloud project and will be responsible for those resources. Please review the Google Cloud Service Terms for details on the terms of service associated with these APIs.