Skip to content

Commit 5a8ac26

Browse files
Address PR feedback: clean up notebooks, update changelog, wrap add_code_grader, and revert unrelated changes
1 parent de85ec0 commit 5a8ac26

6 files changed

Lines changed: 1221 additions & 1290 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Added `SystemEvaluator` as the preferred name for deterministic/code-defined metrics.
13-
- Kept `CodeEvaluator` as a backward-compatible alias (deprecated but supported).
13+
- Kept `CodeEvaluator` as a backward-compatible alias. Note that calling `CodeEvaluator()` now emits `evaluator_name="system_evaluator"`.
1414

1515
## [0.3.2] - 2026-05-22
1616

dashboard/app.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import re
2-
3-
from google.cloud import bigquery
1+
import streamlit as st
42
import pandas as pd
3+
from google.cloud import bigquery
54
import plotly.express as px
6-
import streamlit as st
5+
import re
76

87
# --- 1. Page Configuration ---
98
st.set_page_config(page_title="Agent Analytics V2", layout="wide")

0 commit comments

Comments
 (0)