Agent Development Kit
google.github.io
Install
Setup
Set theGOOGLE_API_KEY environment variable. Refer to Google’s ADK documentation for more details on authentication and environment variables.
Observe
Now that you have tracing setup, all Google ADK SDK requests will be streamed to Phoenix for observability and evaluation.Agent Engine Deployment
When deployed to Agent Engine, the Vertex AI framework aggressively manages the OpenTelemetry global state. If Phoenix uses the globalTracerProvider, Vertex AI will automatically shut down the Phoenix export pipeline during container initialization, resulting in dropped traces and warnings. To avoid this, Phoenix must use an isolated (non-global) provider.
Main Application:
adk_agent.py):


