Metadata-Version: 2.4
Name: paranet_agent
Version: 2.0.0
Summary: Paranet Agent SDK
Author: Otonoma
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: aiohttp
Requires-Dist: python-on-whales
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: strawberry-graphql
Description-Content-Type: text/markdown

# Paranet Agent Framework for Python

## Documentation

The API documentation is auto-generated.  If you update the API, run the following from the `pydoc` folder:
```python
python makedocs.py
```

Requires the `pydoc-markdown` package.