Recommended: plain HTTP snippet
Copy this into your agent. No new dependencies, no pip install.Optional: muster-sdk pip package
If you’d rather use a pip package:Check reference
| Field | Required | Description |
|---|---|---|
check_id | Yes | Snake_case identifier, e.g. subtotal_arithmetic |
severity | Yes | HIGH, MEDIUM, or LOW |
passed | Yes | True or False |
expected | No | What the correct value should be |
actual | No | What the agent actually produced |
delta | No | Numeric difference (for math checks) |
message | No | Free-text explanation |
Recommended check IDs
Universal
| check_id | severity |
|---|---|
output_not_empty | HIGH |
no_refusal_in_output | MEDIUM |
latency_within_sla | MEDIUM |
Finance / invoice agents
| check_id | severity |
|---|---|
subtotal_arithmetic | HIGH |
tax_calculation | HIGH |
required_fields_present | HIGH |
output_schema_valid | HIGH |
Classification agents
| check_id | severity |
|---|---|
decision_is_valid_enum | HIGH |
decision_has_rationale | HIGH |
classification_confidence | MEDIUM |
Document review agents
| check_id | severity |
|---|---|
clause_identification | HIGH |
risk_flag_present | HIGH |
source_cited | HIGH |