Metadata-Version: 2.1
Name: ionic-haystack
Version: 0.1.3
Summary: Ionic Commerce tool for Haystack
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Ionic-API-SDK (>=0.7.1,<0.8.0)
Requires-Dist: farm-haystack (>=1.24.0,<2.0.0)
Description-Content-Type: text/markdown

# Ionic Commerce tool for Haystack

Ionic Haystack provides an Agent Tool integration to Ionic Commerce. This tool will enable e-commerce for your agent , allowing your users to ask for product recommendations and purchase products through the agent chat interface.

## Installation

You can install the package from PyPI using `pip`:
```sh
python3 -m pip install ionic-haystack
```

or `poetry`:

```sh
poetry add ionic-haystack
```

## Usage
```python
import ionic_haystack
```

## Examples
Examples can be found in the `examples` folder. 
