7. Utils LLMを単体で使うだけでなく、他の情報ソースや処理と組み合わせることでよりいろいろな活用ができる。Chainsなどで組み合わせて使う。 以下のようなUtilsがある。 Bash Python REPL Requests Google Search SerpAPI SearxNG Search API Bing Search Wolfram Alpha IFTTT Webhook Google Server API Bash Bashコマンドを実行して結果を取る。 from langchain.utilities import BashProcess bash = BashProcess() print(bash.run("ls -la")) total 20 drwxr-xr-x 1 root root 4096 Mar 1 07:31 . drwxr-xr-x 1 ro