AgentEvalTool/backend
sinohqb 5836b84681
All checks were successful
CI / test (push) Successful in 3m53s
fix(intelligent-eval): add lifespan scan-loop for worker task enqueue
scan_and_enqueue_tasks had no scheduler: the OpenClaw Worker wakes every
minute but the platform never enqueued executing evals, so the queue was
always empty. lifespan now starts an asyncio background task that scans
executing intelligent evals every 60s (aligned with the Worker wake),
cancelled cleanly on shutdown. Verified by a new startup test (879 total).
2026-08-17 02:08:40 +08:00
..
agenteval fix(intelligent-eval): add lifespan scan-loop for worker task enqueue 2026-08-17 02:08:40 +08:00
cli refactor(report): split report generation from pure rendering 2026-07-31 10:19:04 +08:00
plugins/openclaw feat(intelligent-eval): implement worker skill and APIs (ticket 03) 2026-08-12 10:01:56 +08:00