Added
- Google ADK (Agent Development Kit) auto-instrumentation — new
"google_adk"instrumentation key wiresopeninference-instrumentation-google-adk(Arize OpenInference) into the SDK. Spans cover agent runs, model generations, and tool calls. Passinstrumentations={"google_adk": google.adk}toLatitude(...)and install thegoogle-adkpackage in your project.
Changed
- Bumped
openinference-semantic-conventions0.1.25→0.1.30(required by the Google ADK instrumentor), which transitively bumps the sharedopeninference-instrumentation0.1.43→0.1.53used by the dspy, litellm, and openai-agents instrumentations.