yashMaini's picture
Static overview: eval results, real findings, the trap table
16bfc0d verified
|
Raw
History Blame Contribute Delete
945 Bytes
---
title: Postgres Reliability Agent
emoji: 🐘
colorFrom: indigo
colorTo: gray
sdk: static
app_file: index.html
pinned: false
license: mit
---
# Postgres Reliability Agent
Diagnoses Postgres incidents from the stats views. **No model decides what is
wrong** β€” deterministic rules and `EXPLAIN (GENERIC_PLAN)` do that.
**5/5 faults detected Β· 5/5 ranked first Β· 0 findings on a healthy database.**
On four of the five faults the obvious answer is wrong, which is the point. A
tool that pattern-matches on "slow query + big table β†’ add an index" scores
1 of 6.
This is a **static snapshot** β€” Hugging Face reserves Docker Spaces for PRO
accounts, so the clickable version isn't hosted here. The interactive sandbox
and the full eval harness run locally from the GitHub repo.
- Code: <https://github.com/Yashmaini30/pg-reliability-agent>
- Benchmark dataset: <https://huggingface.co/datasets/yashMaini/postgres-incident-diagnosis>