runvouch
The watchdog for unattended AI agents. Alerts within minutes when a scheduled agent is MISSED, FAILED, reported success without evidence, stuck in a retry storm, over budget, drifting or stalled. Telegram, Slack, e-mail or webhook. Free for 3 agents.
pip install runvouch
export RUNVOUCH_KEY=rv_... # free key at https://runvouch.com/app
# wrap any cron job / agent command
rv run nightly-report --evidence-file out/report.html -- python report.py
import os, runvouch
with runvouch.vouch("nightly-report", evidence=lambda: {"report": os.path.exists("out.html")}) as run:
run.tool("openai.chat", {"model": "gpt-5"}, cost=0.01)
Zero dependencies, fails open (monitoring can never break your job). Docs: https://runvouch.com/docs
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file runvouch-0.3.3.tar.gz.
File metadata
- Download URL: runvouch-0.3.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38789c233792358b705c102c358a461140b298235321135c60fbb03b2ef97c30
|
|
| MD5 |
205229f3a7d8709868d1c899f4a53792
|
|
| BLAKE2b-256 |
30faa5285ecf72910acef2ed29df531edf35f25c645e90171999f331249500b6
|
File details
Details for the file runvouch-0.3.3-py3-none-any.whl.
File metadata
- Download URL: runvouch-0.3.3-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf40afc1f249d48f4f624a315bee67ad0c36e5d7ff609badc79463be3b6d7702
|
|
| MD5 |
cdb0e8b91feca184b0e7bfe8447a16ca
|
|
| BLAKE2b-256 |
c7ad1862aeb7673b63c64dc68a95fef69ff3ccd574701e5a59539ab1b4f627b2
|