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/tools
William FH f240651bd8
Add Request body (#2507)
This still doesn't handle the following

- non-JSON media types
- anyOf, allOf, oneOf's

And doesn't emit the typescript definitions for referred types yet, but
that can be saved for a separate PR.

Also, we could have better support for Swagger 2.0 specs and OpenAPI
3.0.3 (can use the same lib for the latter) recommend offline conversion
for now.
1 year ago
..
bing_search Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 1 year ago
google_search Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 1 year ago
human human input default (#1911) 1 year ago
interaction Add a StdIn "Interaction" Tool (#1193) 1 year ago
json Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 1 year ago
openapi Add Request body (#2507) 1 year ago
openweathermap Add OpenWeatherMap API Tool (#2083) 1 year ago
python Harrison/multiline commands (#2280) 1 year ago
requests requests wrapper (#2367) 1 year ago
searx_search searx: implement async + helper tool providing json results (#2129) 1 year ago
sql_database Harrison/sql alchemy (#2216) 1 year ago
vectorstore Harrison/retrieval code (#1916) 1 year ago
wikipedia Update tool.py (#1760) 1 year ago
wolfram_alpha Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 1 year ago
zapier Add Enum for agent types (#2321) 1 year ago
__init__.py Harrison/openapi spec (#2474) 1 year ago
base.py make tool verbosity override agent verbosity (#2173) 1 year ago
ifttt.py add ifttt tool (#1244) 1 year ago
plugin.py Harrison/ai plugin (#2084) 1 year ago