vertex-agent-builder
SKILL.md
Vertex AI Agent Builder Skill
Overview
This skill provides production-ready scaffolding and deployment for generative AI agents using Google Cloud's Vertex AI platform. Built on actual Google Cloud source code from GoogleCloudPlatform/generative-ai and agent-starter-pack repositories, it offers:
- Gemini Model Integration (1.5 Pro, 1.5 Flash, experimental models)
- Multi-modal Capabilities (text, image, video, audio processing)
- RAG Implementation (Retrieval Augmented Generation with Vector Search)
- Function Calling (Tool use with Gemini models)
- Production Deployment (Cloud Run, Vertex AI Endpoints)
- Evaluation Framework (AutoSxS, ROUGE, custom metrics)
- Observability (Cloud Logging, Monitoring, Trace)