La maggior parte di chi ha bisogno di un numero da Postgres non sa scrivere la query, così apre un ticket e aspetta. Questo agente gli permette di chiedere e basta, in chat, e di ottenere la risposta.
sonnet3 giorniPostgresOpenAILangChainpgBouncer
Claude
65ROI
73Scale
$2.8k92Saved
ROI for
README.md
Perché questo subagent
La maggior parte di chi ha bisogno di un numero da Postgres non sa scrivere la query, così apre un ticket e aspetta. Questo agente gli permette di chiedere e basta, in chat, e di ottenere la risposta.
Ogni connessione passa per un ruolo di sola lettura, così nel database non può cambiare nulla. L'agente scrive la SELECT, la esegue, spiega le righe in parole semplici e mostra sotto l'SQL esatto, così il risultato è facile da verificare.
Come gira
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Ispeziona lo schema public e mette in cache le relazioni tra tabelle, così le domande successive mantengono il contesto.
pending
Trasforma ogni messaggio di chat in una SELECT, la esegue sul database e riporta le righe in un linguaggio chiaro.
pending
Allega a ogni risposta l'SQL esatto che ha eseguito, così chiunque può verificarlo o rieseguirlo.
pending
Esempio di output
json
// Sample output
// (generated when the pipeline finishes)
Answer questions about the Postgres database using read-only SELECT queries and report both the result and the SQL used.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.