Skip to content

griptape-ai/griptape-file-extras

 
 

Repository files navigation

Griptape File Extras

A Griptape repository for working with files.

Current Extras

Tools

  • Open File Tool - Will open any file using the user's default application for that file type.

Installing

The easiest way to include this extension into an existing project is to install directly from the repository, like so:

poetry add git+https://github.com/griptape-ai/griptape-file-extras.git

or you can install it with pip:

pip install git+https://github.com/griptape-ai/griptape-file-extras.git

Then to use it, simply import it into your python project, instantiate it, and give it to an Agent, or use a ToolTask, or ToolkitTask:

from griptape.file-extras.tools.open_file_tool import OpenFileTool
from griptape.structures import Agent

agent = Agent(tools=[OpenFileTool()])

About

A Griptape tool for working with files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.7%
  • Makefile 16.3%