Generic Utilities ================= There are a lot of different utilities that LangChain provides integrations for These guides go over how to use them. The utilities listed here are all generic utilities. `Bash `_: How to use a bash wrapper to execute bash commands. `Python REPL `_: How to use a Python wrapper to execute python commands. `Requests `_: How to use a requests wrapper to interact with the web. `Google Search `_: How to use the google search wrapper to search the web. `SerpAPI `_: How to use the SerpAPI wrapper to search the web. .. toctree:: :maxdepth: 1 :glob: :hidden: examples/*