Metadata-Version: 2.4
Name: minions-tasks
Version: 0.2.2
Summary: Task and work management across agents, humans, and workflows
Project-URL: Homepage, https://github.com/mxn2020/minions-tasks
Project-URL: Repository, https://github.com/mxn2020/minions-tasks
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,minions,tasks
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-tasks

Task and work management across agents, humans, and workflows

## Installation

```bash
pip install minions-tasks
```

## Usage

```python
from minions_tasks import create_client

client = create_client()
```

## License

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