Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 471 Bytes

File metadata and controls

17 lines (11 loc) · 471 Bytes

copaw-worker

Lightweight AgentTeams Worker runtime based on CoPaw.

Install

pip install copaw-worker

Usage

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

See AgentTeams worker guide for full setup instructions.