AgentEvalTool/backend/agenteval/intelligent_eval
sinohqb 2dd023fdd9
All checks were successful
CI / test (push) Successful in 4m2s
docs(intelligent-eval): align domain language with trigger-driven execution (ADR-0009)
方案③落地后,智能评估执行机制从'常驻 cron 每分钟自唤醒'改为'平台每 60s
扫描入队 + 按需触发无状态 headless agent'(触发式执行)。对齐领域语言:
- CONTEXT.md:Cron 池/工作单元(Worker)标 deprecated;新增触发式执行词条;
  修正时间窗口(cron 自唤醒→平台扫描时段到期)、任务队列(消费端)、决策日志
- ADR-0009 新增:记录触发式执行取代 cron 池的决策(原因:cron 需外部 channel,
  OpenClaw webchat 非 channel 账号无法 delivery);ADR-0007 标 superseded
- 代码标 deprecated:cron_pool / fault_tolerance / openclaw_cron_pool 路由 /
  CronPoolMonitor 页(导航入口已从 App.tsx 移除,监控由 TaskQueueMonitor 承担)
895 passed, vitest 19 passed
2026-08-17 16:16:12 +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
alerts.py fix(intelligent-eval): link check_alerts to auto-scale_up (resolves T7) 2026-08-14 15:08:24 +08:00
config_snapshot.py feat(intelligent-eval): implement config snapshot management (ticket 05) 2026-08-12 10:19:07 +08:00
cron_pool.py docs(intelligent-eval): align domain language with trigger-driven execution (ADR-0009) 2026-08-17 16:16:12 +08:00
decision_logs.py fix(decision-logs): remove unused context_json + json import (ruff F841/F401) 2026-08-14 15:23:36 +08:00
decision.py refactor(intelligent-eval): converge scheduling domain (S1) + stuck-task settlement (S4) 2026-08-13 10:04:24 +08:00
domain.py refactor(intelligent-eval): converge scheduling domain (S1) + stuck-task settlement (S4) 2026-08-13 10:04:24 +08:00
fault_tolerance.py docs(intelligent-eval): align domain language with trigger-driven execution (ADR-0009) 2026-08-17 16:16:12 +08:00
lifecycle.py feat(intelligent-eval): paginate the eval list 2026-08-17 14:09:17 +08:00
metrics.py fix(lint): resolve ruff lint errors 2026-08-12 11:13:19 +08:00
models.py feat(intelligent-eval): add backend for OpenClaw-driven intelligent evaluation (tickets 01-04) 2026-08-05 03:18:52 +08:00
openclaw_client.py refactor(intelligent-eval): openclaw_client token from settings (S5) + ADR-0008 2026-08-13 14:20:49 +08:00
read_model.py fix(architecture): enforce lifecycle consistency 2026-08-07 10:59:27 +08:00
report.py feat(intelligent-eval): add backend for OpenClaw-driven intelligent evaluation (tickets 01-04) 2026-08-05 03:18:52 +08:00
repository.py feat(intelligent-eval): paginate the eval list 2026-08-17 14:09:17 +08:00
task_queue.py feat(intelligent-eval): task queue monitor (方案③可视化) 2026-08-17 13:57:00 +08:00