Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.19 KB

griptape-labs

Tests Docs License Griptape Discord

Experimental tools and extensions for Griptape.

Using griptape-labs

The Python package in this repo is not on PyPI. We tag the latest stable version with stable.

To install it with pip:

pip install git+https://github.com/griptape-ai/griptape-labs.git@stable

Or add it to the requirements.txt file:

griptape-labs @ git+https://github.com/griptape-ai/griptape-labs.git@stable

To install it with Poetry:

poetry add git+ssh://github.com/griptape-ai/griptape-labs.git#stable

Or add it directly to pyproject.toml:

griptape = { git = "https://github.com/griptape-ai/griptape-labs.git", tag = "stable" }