Metadata-Version: 2.4
Name: copaw-worker
Version: 0.1.6
Summary: Lightweight HiClaw Worker runtime based on CoPaw
License: Apache-2.0
Project-URL: Homepage, https://github.com/higress-group/hiclaw
Project-URL: Repository, https://github.com/higress-group/hiclaw
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: copaw==0.0.5
Requires-Dist: matrix-nio>=0.24.0
Requires-Dist: markdown-it-py>=3.0
Requires-Dist: linkify-it-py>=2.0

# copaw-worker

Lightweight [HiClaw](https://github.com/higress-group/hiclaw) Worker runtime based on [CoPaw](https://github.com/agentscope-ai/CoPaw).

## Install

```bash
pip install copaw-worker
```

## Usage

```bash
copaw-worker --name <worker-name> --fs <minio-endpoint> --fs-key <access-key> --fs-secret <secret-key>
```

See [HiClaw worker guide](https://github.com/higress-group/hiclaw/blob/main/docs/worker-guide.md) for full setup instructions.
