Lean MCP implementation

This commit is contained in:
2026-02-23 03:29:21 +00:00
parent a9bc36b5fc
commit 159e8ee433
37 changed files with 2380 additions and 3541 deletions

6
src/va_agent/__init__.py Normal file
View 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")