Deploy an ADK Agent to Agent Engine
Independent PiSkill directory guide. The original prompt remains hosted by Google Cloud Generative AI.
What does this prompt do?
Walks through packaging, configuring, deploying, invoking, and observing an Agent Development Kit agent on Vertex AI Agent Engine.
Primary use case
Deploy a Gemini ADK agent to a managed runtime.
Expected output
A deployed agent and verified invocation.
Inputs or variables
- agent code
- Google Cloud project
- deployment configuration
Related prompts
Autofix GitHub Actions with Codex
Demonstrates a Codex workflow that reads failed GitHub Actions evidence, identifies the responsible change or configuration, proposes a focused repair, and validates it.
AI-Assisted Data Science
Uses Gemini to explore a data question, inspect a dataset, develop analysis steps, produce code, and explain findings with assumptions and validation checks.
BigQuery AI Operators
Demonstrates BigQuery AI operators for applying model capabilities to warehouse data with explicit SQL, input columns, result handling, and cost-aware validation.
BigQuery RAG with Gemini
Builds a retrieval-augmented question-answering workflow with BigQuery data, embeddings, retrieval, prompt context, and grounded Gemini responses.
Gemini and Document AI Entity Extraction
Combines Document AI and Gemini to extract defined entities, reconcile OCR context, and assess whether structured results match the underlying document.
Gemini Code RAG
Builds retrieval over source code so Gemini can answer development questions with relevant repository context instead of relying on an oversized undifferentiated prompt.