You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Google ADK (Agent Development Kit) auto-instrumentation — new "google_adk" instrumentation key wires openinference-instrumentation-google-adk (Arize OpenInference) into the SDK. Spans cover agent runs, model generations, and tool calls. Pass instrumentations={"google_adk": google.adk} to Latitude(...) and install the google-adk package in your project.
Changed
Bumped openinference-semantic-conventions0.1.25 → 0.1.30 (required by the Google ADK instrumentor), which transitively bumps the shared openinference-instrumentation0.1.43 → 0.1.53 used by the dspy, litellm, and openai-agents instrumentations.