wwa_sla_validate
Check agent fleet metrics against SLA tier thresholds to verify service level guarantees for best-effort, production, or regulated tiers.
Instructions
Validate agent fleet metrics against SLA tier thresholds. Checks whether your agent fleet meets service level guarantees for best-effort, production, or regulated tiers. Implements Works With Agents SLA Framework v1.0.0-draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | SLA tier: 'best-effort', 'production', or 'regulated' | |
| uptime | No | Heartbeat success rate (0.0–1.0) | |
| accuracy | No | Task completion rate (0.0–1.0) | |
| recovery_rate | No | Recovery success rate (0.0–1.0) | |
| latency_p95_seconds | No | 95th percentile latency in seconds | |
| latency_p99_seconds | No | 99th percentile latency in seconds (regulated tier) | |
| compliance_atp_level | No | ATP level used (1, 2, or 3) |