Files
agent/src/va_agent/__init__.py
2026-02-23 05:29:35 +00:00

7 lines
199 B
Python

"""Package export for the ADK root agent."""
import os
# Ensure the Google GenAI SDK talks to Vertex AI instead of the public Gemini API.
os.environ.setdefault("GOOGLE_GENAI_USE_VERTEXAI", "true")