Metadata-Version: 2.1
Name: restack_toolhouse
Version: 0.0.10
Summary: Toolhouse for Restack AI
Author: Restack Team
Author-email: service@restack.io
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: restack_ai (>=0.0.20,<0.0.21)
Requires-Dist: toolhouse (>=1.3.0,<2.0.0)
Description-Content-Type: text/markdown

### Toolhouse Restack AI integration

This integration can be used in your project to interact with Toolhouse AI.
Currently it exposes two functions that can be used in any workflow.
One function to send emails, using the send email tool from the toolhouse store. So make sure this tool is installed in your account.
The second function demostrates how you can fetch content from any url and have chat gpt give you a summary, this is using the get page contents.

### Tools

The following tools need to be installed on your toolhouse account.

[Get page contents](https://app.toolhouse.ai/store/scraper)
[Send Email with Sengrid](https://app.toolhouse.ai/store/send_email)

