community-automations/sqlite-langchain

Investigación e Inteligencia

PublicSubagente de Claude

Agente LangChain para SQLite

Tienes un archivo SQLite lleno de respuestas, pero abrir un cliente SQL y acordarte de los joins cada vez es un fastidio. Este agente te deja preguntar en lenguaje normal en su lugar.

sonnet2 díasSQLiteLangChainOpenAIPython
ClaudeClaude
ROI for
README.md

Por qué este subagente

Tienes un archivo SQLite lleno de respuestas, pero abrir un cliente SQL y acordarte de los joins cada vez es un fastidio. Este agente te deja preguntar en lenguaje normal en su lugar.

Todo corre en local; la base de datos nunca sale de tu máquina, algo que importa con datos privados o regulados. Lee el esquema, escribe la consulta, la ejecuta en el propio proceso y te devuelve las filas. Nada se envía a un servicio de base de datos externo.

Cómo se ejecuta

    • Read

      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.

Salida de ejemplo

json
// Sample output
// (generated when the pipeline finishes)

Chat over a local SQLite file, generating and running read-only SQL while keeping all data on the machine.

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.