Register logical workflow outcomes once per operation — token counts alone do not reveal task success.
Agent hint
Use for mark_success / markSuccess and mark_failure / markFailure after workflow completion.
In scope
Out of scope
auditor.mark_success("checkout_agent", {"ticket_id": "T-123"})
auditor.mark_failure("checkout_agent", "timeout", {"retries": 3})auditor.markSuccess("checkout_agent", { ticketId: "T-123" });
auditor.markFailure("checkout_agent", "timeout", { retries: 3 });