AgentEvalTool/tests
sinohqb f85eca11ca
All checks were successful
CI / test (push) Successful in 3m57s
fix(alerts): webhook retry + dedupe (resolves §6.2)
_send_webhook:
- Dedupe: skip if alert.webhook_sent is already True (guards against
  repeated check_alerts ticks re-sending the same alert).
- Retry: up to 3 attempts with exponential backoff (1s, 2s) before
  giving up. webhook_sent=True is persisted only on success.

Two xfail guards in test_openclaw_client_and_webhook now pass (876/4 xfail).
2026-08-14 14:54:57 +08:00
..
integration fix(intelligent-eval): atomic CAS in assign_task and complete_task (resolves §6.1) 2026-08-14 14:52:34 +08:00
unit fix(alerts): webhook retry + dedupe (resolves §6.2) 2026-08-14 14:54:57 +08:00
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
conftest.py feat(intelligent-eval): add backend for OpenClaw-driven intelligent evaluation (tickets 01-04) 2026-08-05 03:18:52 +08:00