Files
adk-python/contributing/samples/adk_knowledge_agent
George Weale 2367901ec5 chore: Upgrade to headers to 2026
Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 858763407
2026-01-20 14:50:09 -08:00
..
2026-01-20 14:50:09 -08:00
2026-01-20 14:50:09 -08:00

Agent Knowledge Agent

An intelligent assistant for performing Vertex AI Search to find ADK knowledge and documentation.

Deployment

This agent is deployed to Google Could Run as an A2A agent, which is used by the parent ADK Agent Builder Assistant.

Here are the steps to deploy the agent:

  1. Set environment variables
export GOOGLE_CLOUD_PROJECT=your-project-id
export GOOGLE_CLOUD_LOCATION=us-central1 # Or your preferred location
export GOOGLE_GENAI_USE_VERTEXAI=True
  1. Run the deployment command
$ adk deploy cloud_run --project=your-project-id --region=us-central1 --service_name=adk-agent-builder-knowledge-service --with_ui --a2a ./adk_knowledge_agent