Agent Starter Pack provides production-ready templates for GenAI agents on Google Cloud, including CI/CD, observability, and data pipelines. It has 6533 stars and 1499 forks, last pushed 2026-07-21.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
A Python package that provides production-ready templates for GenAI agents on Google Cloud. Focuses on infrastructure, CI/CD, observability, security, and data pipelines, with templates for various agent patterns (ReAct, RAG, multi-agent, Live API).
How it works
Offers pre-built agent templates, including integration with Vertex AI evaluation and a playground, and deployment targets on Cloud Run or Agent Engine. Provides features for CI/CD automation, data ingestion pipelines for RAG with Terraform/CI-CD, and remote templates. Integrates with Gemini CLI for guidance.
Getting started
From zero to production-ready agent in 60 seconds using uv:
uvx agent-starter-pack create
If using pip:
python -m venv .venv && source .venv/bin/activate
pip install --upgrade agent-starter-pack
agent-starter-pack create
To enhance an existing agent:
uvx agent-starter-pack enhance
See the Installation guide and other docs linked in the README for more options.
Recent releases
- v0.41.3 (2026-04-25): docs: announce agents-cli as the next evolution of Agent Starter Pack; chore: release v0.41.3
- v0.41.2 (2026-04-21): regenerate uv lock files + pin langgraph-prebuilt<1.0.9; chore: release v0.41.2
- v0.41.1 (2026-04-16): fix: align process_data timestamps to UTC; chore: remove vertex-agent-garden labels
- v0.41.0 (2026-04-10): docs: Update BQ analytics table name; chore: change default region from us-cent
- v0.40.1 (2026-04-01): feat: add adk-py@ shortcut for google/adk-python contributing samples; fix: use valid model n
Traction
6533 stars, 1499 forks, 49 open_issues. Last push 2026-07-21.
Behind the repo
Not provided in the excerpt.
Caveats
- License: Apache-2.0
- Created: 2025-01-31
- Language: Python
- Active development has moved to agents-cli; see README migration note and links





