La mayoría de quienes necesitan un dato de Postgres no saben escribir la consulta, así que abren un ticket y esperan. Este agente deja que simplemente pregunten, por chat, y reciban la respuesta de vuelta.
sonnet3 díasPostgresOpenAILangChainpgBouncer
Claude
65ROI
73Scale
$2.8k92Saved
ROI for
README.md
Por qué este subagente
La mayoría de quienes necesitan un dato de Postgres no saben escribir la consulta, así que abren un ticket y esperan. Este agente deja que simplemente pregunten, por chat, y reciban la respuesta de vuelta.
Cada conexión pasa por un rol de solo lectura, así que nada en la base de datos puede cambiar. El agente escribe el SELECT, lo ejecuta, explica las filas en lenguaje claro y muestra el SQL exacto debajo para que el resultado sea fácil de creer.
Cómo se ejecuta
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.
Inspecciona el esquema public y guarda en caché las relaciones entre tablas para que las preguntas de seguimiento mantengan el contexto.
pending
Convierte cada mensaje de chat en un SELECT, lo ejecuta contra la base de datos y devuelve las filas en lenguaje claro.
pending
Adjunta el SQL exacto que ejecutó a cada respuesta para que cualquiera pueda verificarlo o relanzarlo.
pending
Salida de ejemplo
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.