feat: add evaluations UI with eval sets, runs, and evaluators#87
Open
cristipufu wants to merge 2 commits intomainfrom
Open
feat: add evaluations UI with eval sets, runs, and evaluators#87cristipufu wants to merge 2 commits intomainfrom
cristipufu wants to merge 2 commits intomainfrom
Conversation
- Add eval data models, service layer, and REST/WS routes for eval sets, runs, and evaluators - Add frontend eval pages: eval set detail with I/O and evaluators tabs, eval run results with score/I/O/logs tabs and trace tree - Add evaluators management with create/edit forms, category filtering, and card-based layout - Restructure sidebar: shared header with activity bar, section-specific content panels - Add resizable split-pane layout with slide in/out animations and drag handle - Route-driven item selection for eval runs (#/evals/runs/:id/:itemName) - Auto-select latest run or first eval set on navigation - Bump version to 0.0.61 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…reation
- Add POST /eval-sets/{set_id}/items endpoint to append items to eval sets
- Add AddToEvalModal component for adding completed run I/O to eval sets
- Fix create_eval_set to include id and version "1.0" fields required by EvaluationSet
- Fix add_eval_item to include item id (uuid) required by EvaluationItem
- Fix create_local_evaluator to omit empty defaultEvaluationCriteria
(empty dict fails Pydantic validation for evaluators requiring expectedOutput)
- Add incrementEvalSetCount store action for sidebar count updates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Test plan
🤖 Generated with Claude Code