AgentEvalTool/backend/agenteval/intelligent_eval
sinohqb 09ff2ed123 refactor(intelligent-eval): reduce nesting complexity in supplement_decision_logs
Extract helper functions _supplement_executing and _supplement_completed
to flatten the nested conditional logic. This improves readability and
makes the code easier to test and maintain.

Addresses code review finding: supplement_decision_logs nested complexity
2026-08-24 01:53:15 +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 refactor(intelligent-eval): reduce nesting complexity in supplement_decision_logs 2026-08-24 01:53:15 +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 perf(intelligent-eval): 修复 N+1 查询和参数名混淆 2026-08-24 01:52:05 +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): 消除 lifecycle.py 和 scheduler.py 中的重复延迟导入 2026-08-24 01:47:47 +08:00
task_queue.py refactor(intelligent-eval): drop ADR-0008 transitional wrappers, callers use domain 2026-08-21 03:50:44 +08:00