Final outcomes
Compare the intended completion state with what the recorded run actually produced.
013 Agent Release Gate
Replay recorded runs against explicit rules for outcomes, tools, approvals, escalation, cost, latency, steps, errors, and missing evidence. Get one reproducible release decision: PASS, CONDITIONAL, or BLOCK.
Local Python tool. Standard library only. No model calls, production connections, external APIs, or telemetry. Consultant license is available at checkout.
Release criteria, not demo theater
The gate evaluates portable recorded-run JSON. Every decision links expected behavior to observed evidence, without asking another model to grade the model.
Compare the intended completion state with what the recorded run actually produced.
Require named calls, forbid unsafe ones, and check that approval happened before sensitive actions.
Verify that ambiguity, refusal, or high-risk situations reached the required human path.
Block a release when the recorded run exceeds the scenario's explicit spend ceiling.
Catch looping or slow behavior with deterministic duration and step-count limits.
Treat missing high-risk evidence as a release problem instead of an optimistic assumption.
RelayDesk support agent
This is a fictional, realistic demonstration created for the campaign. It illustrates the product's mechanics; it is not a customer case study or production result.
Ten-minute quick start
Start from the included config and replace the fictional scenarios with your real failures, limits, and acceptance rules.
Map each run to the documented JSON shape with stable, non-secret evidence references.
Generate standalone HTML and machine-readable JSON. CI exits 0 for PASS, 1 for CONDITIONAL, and 2 for BLOCK.
What PASS means
That is a useful, bounded claim. The gate is designed to replace vague launch confidence with a reviewable decision trail.
Ship from evidence
Personal license starts at $129. The download includes source, sample inputs, completed reports, tests, changelog, and license.