Registry / llm-agents / copaw
library1.0.2pypiunverified

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.

pip install copaw
INSTALL
IMPORT
SIG · COPAW
C
copaw
llm-agentsenv1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

This quickstart installs CoPaw via pip, initializes the default workspace and configuration files, and then launches the web console. After running `copaw app`, open http://127.0.0.1:8088/ in your browser to interact with the assistant. [1, 2, 3, 4, 11, 12]

pip install copaw copaw init --defaults copaw app
Debug
Known issues
breakingCoPaw 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.
fix
Monitor official announcements from the developers for migration paths or new package names. Check the GitHub repository for updates.
affects: Potentially future versions beyond 1.0.2
gotchaConfiguring 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.
fix
Ensure all API key fields are correctly filled, double-check for extra spaces, and verify that model names exactly match provider values (case-sensitive) in the Console's 'Settings -> Models' section.
affects: All versions supporting cloud LLMs
gotchaWindows 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).
fix
Manually install `uv` (refer to GitHub Releases for `uv.exe` or `pip install -U uv`), then configure `uv` environment variables and add `~/.copaw/bin` to your system's PATH. Re-run the installation script afterwards.
affects: All versions using the PowerShell installer
gotchaThe 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.
fix
Exercise patience during the initial startup. The browser window should open automatically once initialization is complete.
affects: All versions
Upgrade
Version history
1.0.2latest on PyPI · released Apr 9, 2026
Audit
Dependencies
agentscoperequiredCore multi-agent framework upon which CoPaw is built [2, 7, 20].
agentscope-runtimerequiredRuntime environment for agent operations [15].
httpxrequiredHTTP client for network requests, used by the web console and channel integrations [15].
uvicornrequiredASGI server for running the local web console [15].
apschedulerrequiredUsed for scheduling tasks and recurring workflows [15].
reme-airequiredPowers the persistent memory system, storing user preferences and task history [2, 7, 15].
google-genairequiredIntegration with Google's Generative AI models [15].
pillowrequiredPython Imaging Library, used for image processing capabilities [15].
anyiorequiredAsynchronous I/O primitives for robust concurrency [15].
Agent activity
45 hits · last 30 days
node
42
OpenAI (training)
1
Resources

No resource links recorded.

copaw — pip install copaw · libregistry