community-automations/sqlite-langchain

リサーチ&インテリジェンス

PublicClaude サブエージェント

SQLite LangChain エージェント

SQLiteファイルに答えが全部入っているのに、毎回SQLクライアントを開いてJOINを思い出すのは面倒です。このエージェントなら、自然言語でそのまま質問できます。

sonnet2日以内SQLiteLangChainOpenAIPython
ClaudeClaude
ROI for
README.md

このサブエージェントを選ぶ理由

SQLiteファイルに答えが全部入っているのに、毎回SQLクライアントを開いてJOINを思い出すのは面倒です。このエージェントなら、自然言語でそのまま質問できます。

すべてローカルで完結し、データベースがマシンから外に出ることはないため、プライベートデータや規制対象のデータにも安心して使えます。スキーマを読み取り、クエリを生成し、プロセス内で実行して結果を返します。外部のデータベースサービスに送信されるものはありません。

動作の流れ

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