A Github template repository for creating Griptape tools.
This template repository defines the typical structure for a Griptape tool and is meant to be used as a starting point when developing new tools. To create a tool using this template, click the "Use this template" button at the top of the repository.
- Add your tool's logic to
tool.py
- Add tests in the
tests/
directory - Add examples in the
examples/
directory - Update the contents of
manifest.yml
with the name and description of your tool along with your contact information - Rewrite this
README.md
with information about your new tool - Choose the appropriate license (and update the
LICENSE
file if necessary) - Tell us about your new tool in Discord!