Skip to content

[feat][evaluation] add agent evaluator support to evaluator openapis#476

Merged
HearyShen merged 3 commits into
mainfrom
feat/agent_evaluator_oapi
Mar 26, 2026
Merged

[feat][evaluation] add agent evaluator support to evaluator openapis#476
HearyShen merged 3 commits into
mainfrom
feat/agent_evaluator_oapi

Conversation

@HearyShen
Copy link
Copy Markdown
Collaborator

What type of PR is this?

Check the PR title

  • This PR title match the format: [<type>][<scope>] <description>. For example: [fix][backend] flaky fix
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Add documentation if the current PR requires user awareness at the usage level.
  • This PR is written in English. PRs not in English will not be reviewed.

(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

- 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
Copy link
Copy Markdown

codecov Bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            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     
Flag Coverage Δ
unittests 75.10% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...luation/application/convertor/evaluator/openapi.go 92.19% <100.00%> (+1.60%) ⬆️

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 66bae53...05a0bb2. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@HearyShen HearyShen merged commit e3ee926 into main Mar 26, 2026
17 checks passed
@HearyShen HearyShen deleted the feat/agent_evaluator_oapi branch March 26, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants