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
feat(ui): Add Auto Rubric feature for automatic grading criteria gene… (#92)
* feat(ui): Add Auto Rubric feature for automatic grading criteria generation
Add new Auto Rubric feature that automatically generates evaluation rubrics
for LLM applications. Includes simple and iterative generation modes,
data upload, history management, and export functionality.
* fix: Rename test_panel.py to rubric_tester.py to avoid pytest collection
Pytest was treating test_panel.py as a test file due to the 'test_' prefix,
causing import errors in CI. Renamed to rubric_tester.py to fix this issue.
* fix(ui): stabilize widget state across language switch and persist language preference
- Use stable values (e.g., "_custom_", "python") instead of translated labels as selectbox options
- Prevents widget state loss when UI language changes
- Add localStorage persistence for language preference
- Add inject_language_loader() to restore language setting on page load
- Update navigation to use stable feature_ids for feature selector
0 commit comments