google / google/adk-web

Add configurable metric selection and multi-metric display in Evaluation UI

Open
#162 4 comments 2 reactions 2 assignees Claimed by @wyf7107 View on GitHub
Dominant language
TypeScript
Stars
1k
Forks
267
Avg merge
1d 12h
Merged PRs (30d)
9

Description

The evaluation UI currently supports only ROUGE, but the backend (adk-python) already allows multiple metrics through RunEvalRequest and exposes them via /metrics-info. This issue adds UI support for dynamically selecting metrics (e.g., ROUGE, BERTScore, LLM-as-judge, path accuracy) and displaying multiple evaluation results.

No backend changes are required only frontend updates to:

- Fetch available metrics from /metrics-info
- Add a metric selection dropdown in the evaluation panel
- Include selected metrics in the /eval-sets/{eval_set_id}/run request payload
- Render multiple metric results dynamically in the results view

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.