CoolFace
Apppublic

yashMaini/pg-reliability-agent

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
README.md29 linesDownload Raw Back to root
1---2title: Postgres Reliability Agent3emoji: ๐Ÿ˜4colorFrom: indigo5colorTo: gray6sdk: static7app_file: index.html8pinned: false9license: mit10---11 12# Postgres Reliability Agent13 14Diagnoses Postgres incidents from the stats views. **No model decides what is15wrong** โ€” deterministic rules and `EXPLAIN (GENERIC_PLAN)` do that.16 17**5/5 faults detected ยท 5/5 ranked first ยท 0 findings on a healthy database.**18 19On four of the five faults the obvious answer is wrong, which is the point. A20tool that pattern-matches on "slow query + big table โ†’ add an index" scores211 of 6.22 23This is a **static snapshot** โ€” Hugging Face reserves Docker Spaces for PRO24accounts, so the clickable version isn't hosted here. The interactive sandbox25and the full eval harness run locally from the GitHub repo.26 27- Code: <https://github.com/Yashmaini30/pg-reliability-agent>28- Benchmark dataset: <https://huggingface.co/datasets/yashMaini/postgres-incident-diagnosis>29