Skip to main content

CLI tool to create Google Cloud AI agents from vertical skills

Project description

Vertical Skills Agent CLI

Create production-ready Google Cloud AI agents from vertical skills in minutes.

Quick Start

# Install skill
npx skills add GoogleCloudPlatform/vertical-skills/skills/product-search -y

# Create agent
uvx vertical-skills-agent create product-search

What It Does

This CLI tool:

  1. Interviews you with 9 domain-specific questions
  2. Generates a comprehensive DESIGN_SPEC.md
  3. Scaffolds a complete agent project using agent-starter-pack
  4. Adds custom ingestion scripts tailored to your schema
  5. Provides clear next steps for deployment

Installation

# Using uvx (recommended)
uvx vertical-skills-agent create product-search

# Or install globally
pip install vertical-skills-agent
vertical-skills-agent create product-search

Usage

# Interactive mode (recommended)
vertical-skills-agent create product-search

# Skip interview with defaults
vertical-skills-agent create product-search --skip-interview

# Custom output directory
vertical-skills-agent create product-search --output-dir ./my-agents

# Debug mode
vertical-skills-agent create product-search --debug

Generated Project Structure

electronics-search/
├── DESIGN_SPEC.md           # Your requirements
├── app/
│   ├── agent.py             # Main agent logic
│   ├── search_agent.py      # Vector Search integration
│   └── orchestrator.py      # Multi-agent orchestration
├── scripts/
│   └── ingestion/
│       └── ingest_bigquery.py   # Custom BigQuery ingestion
├── tests/
│   └── eval/                # Evaluation templates
├── deployment/
│   └── terraform/           # Infrastructure as code
├── Makefile                 # Development commands
└── pyproject.toml           # Dependencies

Next Steps After Generation

cd electronics-search

# 1. Provision infrastructure
make setup-datastore

# 2. Ingest your product data
python scripts/ingestion/ingest_bigquery.py \
  --project-id YOUR_PROJECT \
  --gcs-bucket YOUR_BUCKET \
  --gcs-path products.csv

# 3. Test locally
make playground

# 4. Run evaluations
make eval

# 5. Deploy to production
make deploy

Requirements

  • Python 3.10+
  • Google Cloud Project with billing enabled
  • Vertex AI API enabled

Documentation

License

Apache 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vertical_skills_agent-1.0.0.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vertical_skills_agent-1.0.0-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

Details for the file vertical_skills_agent-1.0.0.tar.gz.

File metadata

File hashes

Hashes for vertical_skills_agent-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1e9494bab5d3931c8e7a9c988d5ff690c1b1e3f1f79d3c6dccbdc3be6b0f4ef6
MD5 2046fe450d259f4f7db54e584dcbbbad
BLAKE2b-256 4aabc05edd60ed3f204bdbf3631347928adc2e97793c0fe9d85c6c81612d650a

See more details on using hashes here.

File details

Details for the file vertical_skills_agent-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vertical_skills_agent-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5628b2fab233a5ada0f93b8302303095a2944d1cb43d5b0338c77120d7f8070d
MD5 982a2bc48b226a22f648d1eaf692c78b
BLAKE2b-256 52103adf613fa5c180de8e849182a5f05949eb401f4475945b603030c8d81008

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page