Metadata-Version: 2.4
Name: synmax-agent
Version: 0.1.2
Summary: A client for using the Synmax agent.
Author: Alex Byaly, Eric Anderson
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx~=0.28.1
Requires-Dist: cbor2>=5.4.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: seaborn>=0.12.0
Requires-Dist: statsmodels>=0.14.0
Requires-Dist: scipy>=1.11.0
Requires-Dist: scikit-learn>=1.3.0
Requires-Dist: geopandas>=0.14.0
Requires-Dist: fiona>=1.10.1
Requires-Dist: contextily>=1.3.0
Requires-Dist: shapely>=2.0.0
Requires-Dist: fastparquet

## Installation

```
pip install synmax-agent
```

## Usage

```
from synmax_agent.hyperion import ChatClient

client = ChatClient()

client.chat("show me a map of all haynesville DUCs")

```
