AgentEvalTool/tests
sinohqb a29f78ff4b
All checks were successful
CI / test (pull_request) Successful in 4m9s
feat(llm_score): 支持多维度独立评分
扩展 llm_score 规则,支持通过 dimensions 参数配置多个评分维度,
每个维度独立评分 0-10 分。

- RuleResult 新增 details 字段存储结构化多维度分数
- 向后兼容:原有 criteria 单维度模式继续有效
- 多维度模式下各维度并行调用 LLM,返回平均分和明细
- 新增 4 项单元测试

Closes #19
2026-08-25 14:17:49 +08:00
..
integration test(runs): 取消测试扩至 30 case 适配并发执行 2026-08-24 23:38:53 +08:00
unit feat(llm_score): 支持多维度独立评分 2026-08-25 14:17:49 +08:00
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
conftest.py refactor(intelligent-eval): 可见性接缝收敛(Phase 1) 2026-08-24 05:47:00 +08:00