community-automations/sqlite-langchain

研究與情報

PublicClaude 子代理

SQLite LangChain Agent

你有一個裝滿答案的 SQLite 檔案,但每次都得開啟 SQL 客戶端、回想 join 該怎麼寫,實在麻煩。這套 agent 讓你改用白話英文直接提問。

sonnet2 天SQLiteLangChainOpenAIPython
ClaudeClaude
ROI for
README.md

為什麼選擇此子代理

你有一個裝滿答案的 SQLite 檔案,但每次都得開啟 SQL 客戶端、回想 join 該怎麼寫,實在麻煩。這套 agent 讓你改用白話英文直接提問。

一切都在本機執行;資料庫絕不離開你的電腦,這對隱私或受管制的資料至關重要。它會讀取 schema、撰寫查詢、在程序內執行,再回傳結果列。任何資料都不會傳送到外部資料庫服務。

運作方式

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

輸出範例

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.