Chore/adk v1.30 upgrade#120
Merged
krisztianfekete merged 4 commits intomainfrom Apr 15, 2026
Merged
Conversation
10dcbb7 to
d7f0748
Compare
There was a problem hiding this comment.
Pull request overview
Upgrades the project to google-adk[eval] v1.30.0 (per Issue #119) and wires in newly available Vertex “multi-turn” evaluators end-to-end (API → evaluator runner → UI fallback list), plus introduces an e2e dependency group for running real-agent end-to-end tests.
Changes:
- Bump
google-adk[eval]minimum version to>=1.30.0and refreshuv.lockaccordingly. - Add support for Vertex AI multi-turn metrics, including adapting invocation intermediate data into ADK’s expected “invocation events” shape and synthesizing minimal
app_detailsfor tool declarations. - Update UI metric metadata + selector rendering, and adjust API metrics fallback test expectations.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Bumps ADK to >=1.30.0 and adds an e2e dependency group for end-to-end runs. |
uv.lock |
Lockfile refresh reflecting ADK 1.30.0 and new dependency group resolution. |
src/agentevals/builtin_metrics.py |
Adds multi-turn metric names and adapts invocations for ADK’s multi-turn evaluators (invocation events + app details). |
src/agentevals/api/routes.py |
Exposes multi-turn metrics via /api/metrics (registry categories + fallback list). |
tests/test_api.py |
Updates /api/metrics fallback count assertion for added metrics. |
ui/src/lib/types.ts |
Adds multi-turn metrics to the UI’s fallback AVAILABLE_METRICS. |
ui/src/components/upload/MetricSelector.tsx |
Refactors selector layout to show badges inline with the checkbox/name and clamps description text. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #119
See this link for all changes: https://github.com/google/adk-python/releases/tag/v1.30.0