CoPaw: Co Personal Agent Workstation
CoPaw is an open-source personal AI workstation designed to run in your local environment, emphasizing data sovereignty and extensibility. It acts as a personal assistant, communicating across multiple channels (e.g., DingTalk, Feishu, Discord) and executing scheduled tasks. Its capabilities are driven by 'Skills,' which can be extended through custom Python scripts. All data and tasks are processed on the user's machine, ensuring privacy without relying on third-party hosting. The library is actively developed with frequent updates, with version 1.0.2 being the latest stable release.
Warnings
- breaking CoPaw is reportedly being rebranded to 'QwenPaw'. While the PyPI package is still `copaw` at version 1.0.2, future releases or a parallel project might use the new name, potentially leading to package name changes or diverging development paths.
- gotcha Configuring API keys for cloud-based LLMs (e.g., DashScope, ModelScope) is a common source of errors. Issues often arise from missing API keys, incorrect base_url settings, or case-sensitive model names.
- gotcha Windows users employing the one-line PowerShell installation script may encounter issues due to 'Constrained Language Mode,' which can prevent the automatic download of `uv` (Python package manager).
- gotcha The first launch of CoPaw can take 10-60 seconds, depending on system configuration, as it initializes the Python environment and loads dependencies. Users might mistakenly perceive the application as frozen.
Install
-
pip install copaw -
curl -fsSL https://copaw.agentscope.io/install.sh | bash -
irm https://copaw.agentscope.io/install.ps1 | iex
Quickstart
pip install copaw copaw init --defaults copaw app