AgentEvalTool/backend
sinohqb 4bcab065f1
Some checks failed
CI / test (push) Failing after 37s
fix(decision-logs): dedupe on (eval_id, decision_type, context) (resolves T8)
create_decision_log now checks for an existing log with the same
(eval_id, decision_type, context) tuple before inserting. If found, it
returns the existing row's dict instead of appending a duplicate. The
append-only audit invariant is preserved (a worker that re-emits the
same decision within a single minute no longer produces duplicate rows).

Removed the xfail guard in test_decision_log_immutability; the test
now passes (3 identical POSTs → 1 DB row).
2026-08-14 15:14:05 +08:00
..
agenteval fix(decision-logs): dedupe on (eval_id, decision_type, context) (resolves T8) 2026-08-14 15:14:05 +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