[feat][evaluation] add agent evaluator support to evaluator openapis#476
Merged
Conversation
- Add AgentConfig and SkillConfig structs to common.thrift - Implement AgentEvaluator struct with prompt config and output rules - Add validation methods for new agent evaluator components - Update evaluator content to include agent evaluator type - Add conversion functions between domain and openapi models
- Add agent evaluator type to OpenAPI conversion functions - Implement agent evaluator version handling - Add tests for agent evaluator type conversions
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #476 +/- ##
==========================================
+ Coverage 75.06% 75.10% +0.03%
==========================================
Files 633 633
Lines 67521 67602 +81
==========================================
+ Hits 50687 50772 +85
+ Misses 13597 13594 -3
+ Partials 3237 3236 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
HymanShi
approved these changes
Mar 26, 2026
tpfz
approved these changes
Mar 26, 2026
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.
What type of PR is this?
Check the PR title
(Optional) Translate the PR title into Chinese
(Optional) More detailed description for this PR(en: English/zh: Chinese)
en:
zh(optional):
(Optional) Which issue(s) this PR fixes