AgentEvalTool/backend
sinohqb 192fe0fc5f
All checks were successful
CI / test (pull_request) Successful in 4m2s
feat(safety): 扩展规则覆盖幻觉、越权和合规检查
扩展 safety 规则,新增三个安全检查维度。

- 幻觉检测(check_hallucination):LLM 判断回答是否编造事实
- 越权操作检测(unauthorized_actions):模式匹配检测越权行为
- 合规性检查(required_disclaimers):检查必需声明是否存在
- 保持原有 blacklist + moderation API 向后兼容
- RuleResult.details 包含所有问题列表
- 新增 10 项单元测试(656 tests passed)

Closes #22
2026-08-25 15:30:00 +08:00
..
agenteval feat(safety): 扩展规则覆盖幻觉、越权和合规检查 2026-08-25 15:30:00 +08:00
cli refactor(report): split report generation from pure rendering 2026-07-31 10:19:04 +08:00
plugins/openclaw fix(intelligent-eval): respect time-window slot distribution + flat scores 2026-08-18 13:43:14 +08:00