tools
Introduction
This directory contains a library of manually created python tools. These tools have three categories: math, data_analysis and information_retrieval.
Directory Layout
Tools can be imported from tools/{category}/{tool_name}.py
with exactly the same function name.
tool_description.tsv
contains descriptions of tools for retrieval.
How to use
To install the requirements for running tools, use pip install.
Whenever you run the tool-related code, remember to export the api keys to system variables.
or
Last updated