AgentEvalTool/backend/agenteval/intelligent_eval
sinohqb 913dc9ae86
All checks were successful
CI / test (push) Successful in 3m18s
perf: address remaining heuristic issues from code review
- decision_logs.py: add LIMIT 100 to dedup query to avoid loading all records
- ExecutionProcess.tsx: document N+1 API pattern and explain why acceptable
- scheduler.py: document why scan_once runs synchronously (thread pool would break fire-and-forget)

All 880 tests pass.
2026-08-24 02:01:04 +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 perf: address remaining heuristic issues from code review 2026-08-24 02:01: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 style: fix ruff whitespace warnings 2026-08-24 01:53:35 +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 perf: address remaining heuristic issues from code review 2026-08-24 02:01:04 +08:00
task_queue.py refactor(intelligent-eval): drop ADR-0008 transitional wrappers, callers use domain 2026-08-21 03:50:44 +08:00