Metadata-Version: 2.4
Name: copaw-worker
Version: 1.0.4
Summary: Lightweight AgentTeams Worker runtime based on CoPaw
License: Apache-2.0
Project-URL: Homepage, https://github.com/agentscope-ai/AgentTeams
Project-URL: Repository, https://github.com/agentscope-ai/AgentTeams
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: copaw==1.0.2
Requires-Dist: mcp<2.0.0,>=1.13
Requires-Dist: matrix-nio[e2e]>=0.24.0
Requires-Dist: markdown-it-py>=3.0
Requires-Dist: linkify-it-py>=2.0
Requires-Dist: pyyaml>=6.0

# copaw-worker

Lightweight [AgentTeams](https://github.com/agentscope-ai/AgentTeams) 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 [AgentTeams worker guide](https://github.com/agentscope-ai/AgentTeams/blob/main/docs/usage/worker-guide.md) for full setup instructions.
