runvouch
The watchdog for unattended AI agents: flags MISSED, FAILED, NOEVIDENCE, RETRYSTORM, BUDGET, DRIFT and STALLED runs and alerts via Telegram, Slack or webhook.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredRU / CISFreeRead-only
What it can do
- Runvouch Status: Health of all watched agents: state (ok/alert/failed/unproven/running/waiting), last run, 24h cost, open alerts.
- Runvouch Alerts: Open (un-acknowledged) alerts: MISSED, FAILED, NO_EVIDENCE, BUDGET_RUN, BUDGET_DAY, RETRY_STORM, DRIFT, STALLED.
- Runvouch Ack: Acknowledge an alert by id.
What data it sees
Do you need an account
An API key from the service settings is required
The watchdog for unattended AI agents: flags MISSED, FAILED, NO_EVIDENCE, RETRY_STORM, BUDGET, DRIFT and STALLED runs and alerts via Telegram, Slack or webhook. Free for 3 agents.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| runvouch_status | Health of all watched agents: state (ok/alert/failed/unproven/running/waiting), last run, 24h cost, open alerts. |
| runvouch_alerts | Open (un-acknowledged) alerts: MISSED, FAILED, NO_EVIDENCE, BUDGET_RUN, BUDGET_DAY, RETRY_STORM, DRIFT, STALLED. |
| runvouch_ack | Acknowledge an alert by id. |
| runvouch_runs | Recent runs of one agent. |
| runvouch_run_start | Report that a run of `agent` started. Returns run_id. |
| runvouch_run_end | Report that a run ended, with status and evidence dict (name -> bool or {type:'url',url}). Green run without evidence alerts. |