|
All checks were successful
CI / test (pull_request) Successful in 4m2s
扩展 safety 规则,新增三个安全检查维度。 - 幻觉检测(check_hallucination):LLM 判断回答是否编造事实 - 越权操作检测(unauthorized_actions):模式匹配检测越权行为 - 合规性检查(required_disclaimers):检查必需声明是否存在 - 保持原有 blacklist + moderation API 向后兼容 - RuleResult.details 包含所有问题列表 - 新增 10 项单元测试(656 tests passed) Closes #22 |
||
|---|---|---|
| .. | ||
| agents | ||
| channels | ||
| config | ||
| evaluation | ||
| exploration | ||
| intelligent_eval | ||
| model_protocols | ||
| scenarios | ||
| services | ||
| storage | ||
| utils | ||
| web | ||
| __init__.py | ||
| model_gateway.py | ||
| models.py | ||
| task_registry.py | ||
| version.py | ||