Metadata-Version: 2.4
Name: minions-workflows
Version: 0.1.0
Summary: Workflow definitions, step sequences, transitions, and run history
Project-URL: Homepage, https://github.com/mxn2020/minions-workflows
Project-URL: Repository, https://github.com/mxn2020/minions-workflows
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,minions,workflows
Requires-Python: >=3.11
Requires-Dist: minions-sdk>=0.2.1
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == 'test'
Description-Content-Type: text/markdown

# minions-workflows

Workflow definitions, step sequences, transitions, and run history

## Installation

```bash
pip install minions-workflows
```

## Usage

```python
from minions_workflows import create_client

client = create_client()
```

## License

[MIT](../../LICENSE)
