You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/utilities
blob42 201ecdc9ee fix run and exec_run default commands, actually use gVisor
- run and exec_run need a separate default command. Run usually executes
  a script while exec_run simulates an interactive session. The image
  templates and run funcs have been upgraded to handle both
  types of commands.

- test: make docker tests run when docker is installed and docker lib
  avaialble.
  - test that runsc runtime is used by default when gVisor is installed.
    (manually removing gVisor skips the test)
1 year ago
..
docker fix run and exec_run default commands, actually use gVisor 1 year ago
__init__.py move serpapi wrapper (#1199) 1 year ago
bash.py Optionally return shell output on incorrect command (#894) (#899) 1 year ago
bing_search.py Harrison/add to search (#778) 1 year ago
google_search.py Harrison/errors (#1276) 1 year ago
google_serper.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 1 year ago
loading.py Fixing typo in loading.py (#1235) 1 year ago
searx_search.py searx: add `query_suffix` parameter (#1259) 1 year ago
serpapi.py move serpapi wrapper (#1199) 1 year ago
wolfram_alpha.py Harrison/errors (#1276) 1 year ago