← All blueprints

SQL Agent LangGraph

blueprint · 4 agents
20000★ stars

What it does

LangGraph's SQL tutorial: list the tables, pull the relevant schema, draft a query, run it through a query-checking step, execute, and loop on errors. The double-check-before-execute structure is the part worth stealing.

Agent flow

1 · Explorer
Read the schema
sqlite
2 · Writer
Draft the query
no tools · reasoning
3 · Checker
Verify before running
no tools · reasoning
4 · Executor
Run & recover
sqlite
get the code
View the source on GitHub ↗

This blueprint lives in its authors' repository. SocketCat indexes it and links you to the real thing.

More in DevOps & data

Browse all →

Pipeline Firefighter

com.socketcat/pipeline-firefighter
LangGraph

A failed data job triggers three probes in parallel, then a fixer and verifier loop on a patch until it passes a dry run — and open a PR.

14254 servers
208

Incident Commander

com.socketcat/incident-commander
LangGraph

A Sentry alert fans out to three investigators at once, then a commander writes the root-cause hypothesis and posts a status to Slack.

11804 servers
164

Migration Guard

com.socketcat/migration-guard
Custom

Dry-runs a proposed SQL migration, checks it for locks and cost, and branches: safe ones get a green note, risky ones get a blocking report.

10422 servers
133