community-automations/sqlite-langchain

Badania i wywiad

PublicSubagent Claude

Agent LangChain dla SQLite

Masz plik SQLite pełen odpowiedzi, ale za każdym razem otwieranie klienta SQL i przypominanie sobie joinów to niepotrzebne tarcie. Ten agent pozwala zamiast tego pytać po ludzku.

sonnet2 dniSQLiteLangChainOpenAIPython
ClaudeClaude
ROI for
README.md

Dlaczego ten subagent

Masz plik SQLite pełen odpowiedzi, ale za każdym razem otwieranie klienta SQL i przypominanie sobie joinów to niepotrzebne tarcie. Ten agent pozwala zamiast tego pytać po ludzku.

Wszystko działa lokalnie; baza danych nigdy nie opuszcza Twojego komputera, co ma znaczenie przy danych prywatnych lub regulowanych. Czyta schemat, pisze zapytanie, uruchamia je w procesie i zwraca wyniki. Nic nie jest wysyłane do zewnętrznej usługi bazodanowej.

Jak działa

    • 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.

Przykładowe wyjście

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.