Lean MCP implementation
This commit is contained in:
6
src/va_agent/__init__.py
Normal file
6
src/va_agent/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""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")
|
||||
Reference in New Issue
Block a user