Metadata-Version: 2.1
Name: activeworkflow-agent
Version: 0.1
Summary: Helper library for writing ActiveWorkflow agents
Home-page: https://github.com/automaticmode/activeworkflow-agent-python
Author: Automatic Mode Labs
Author-email: info@automaticmode.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: schema ; extra == 'test'

# ActiveWorkflow Agent for Python

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/automaticmode/activeworkflow-agent-python/Python%20package?label=build&style=flat-square) ![GitHub](https://img.shields.io/github/license/automaticmode/activeworkflow-agent-python?color=27aace&style=flat-square)

This library helps you to write your own [ActiveWorkflow](https://docs.activeworkflow.org/) agents in **Python** using ActiveWorkflow's [remote agent API](https://docs.activeworkflow.org/remote-agent-api/).


## Installation

To install this library run:

```sh
python -m pip install activeworkflow_agent
```

Python >= 3.7 is supported.

## Documentation

For full documentation please see [ActiveWorkflow Agent Python](https://docs.activeworkflow.org/activeworkflow-agent-python) on ActiveWorkflow's documentation website.

## License

The library is available as open source under the terms of the [MIT License](LICENSE).


