AgentEvalTool/backend/agenteval/intelligent_eval
sinohqb 876d75f9ed
All checks were successful
CI / test (push) Successful in 3m22s
refactor(intelligent-eval): 将 _get_raw 改为公开方法 get_including_deleted
- 消除 lifecycle.delete_eval 对私有方法的访问
- 明确该方法用于删除幂等性检查的用途
- 符合代码规范:避免跨模块访问私有接口
2026-08-24 01:37:58 +08:00
..
__init__.py feat(intelligent-eval): add backend for OpenClaw-driven intelligent evaluation (tickets 01-04) 2026-08-05 03:18:52 +08:00
config_snapshot.py feat(intelligent-eval): implement config snapshot management (ticket 05) 2026-08-12 10:19:07 +08:00
decision_logs.py feat(intelligent-eval): logical delete for terminal evals 2026-08-21 14:34:04 +08:00
decision.py refactor(intelligent-eval): drop ADR-0008 transitional wrappers, callers use domain 2026-08-21 03:50:44 +08:00
domain.py feat(intelligent-eval): terminal-state discipline watchdogs (ADR-0011) 2026-08-20 14:34:17 +08:00
lifecycle.py refactor(intelligent-eval): 将 _get_raw 改为公开方法 get_including_deleted 2026-08-24 01:37:58 +08:00
models.py feat(intelligent-eval): logical delete for terminal evals 2026-08-21 14:34:04 +08:00
read_model.py feat(intelligent-eval): terminal-state discipline watchdogs (ADR-0011) 2026-08-20 14:34:17 +08:00
report.py feat(intelligent-eval): terminal-state discipline watchdogs (ADR-0011) 2026-08-20 14:34:17 +08:00
repository.py refactor(intelligent-eval): 将 _get_raw 改为公开方法 get_including_deleted 2026-08-24 01:37:58 +08:00
scheduler.py refactor(intelligent-eval): extract scheduler runtime + internalize decision-log dedup 2026-08-21 03:20:14 +08:00
task_queue.py refactor(intelligent-eval): drop ADR-0008 transitional wrappers, callers use domain 2026-08-21 03:50:44 +08:00