Metadata-Version: 2.4
Name: minions-orchestration
Version: 0.1.0
Summary: Clawspace registry, toolbox-to-agent mappings, and fleet configuration
Project-URL: Homepage, https://github.com/mxn2020/minions-orchestration
Project-URL: Repository, https://github.com/mxn2020/minions-orchestration
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,minions,orchestration
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-orchestration

Clawspace registry, toolbox-to-agent mappings, and fleet configuration

## Installation

```bash
pip install minions-orchestration
```

## Usage

```python
from minions_orchestration import create_client

client = create_client()
```

## License

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