File size: 945 Bytes
caab8ee
16bfc0d
 
 
 
caab8ee
16bfc0d
caab8ee
16bfc0d
caab8ee
 
16bfc0d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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>