Registry / devops / qwenpaw

qwenpaw

JSON →
library1.1.10pypypiunverified

QwenPaw is a personal assistant that runs in your own environment, supporting multiple chat channels (DingTalk, Feishu, QQ, Discord, iMessage, etc.) and scheduled tasks. Built-in skills include cron, PDF/Office handling, news digest, file reading, and custom skills. All data and tasks run locally. Current version: 1.1.10. Release cadence: active.

pip install qwenpaw
INSTALL
IMPORT
SIG · QWENPAW
Q
qwenpaw
devopspythonv1.1.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QwenPaw
✓ from qwenpaw import QwenPaw
✗ from qwenpaw import QwenPaw

Basic setup: create a QwenPaw instance with desired skills and run it.

from qwenpaw import QwenPaw # Initialize with a minimal config (API keys for channels are set via environment variables) bot = QwenPaw(config={'skills': ['cron', 'news', 'file_reader']}) bot.run()
Debug
Known issues
breakingQwenPaw 1.x requires Python 3.10-3.13. Python 3.14 is not supported until 2.x release.
fix
Use Python 3.10, 3.11, 3.12, or 3.13.
affects: >=1.0.0,<2.0.0
deprecatedThe `skills` parameter in QwenPaw constructor is deprecated in 1.1.x; use `skill_configs` instead.
fix
Replace `QwenPaw(config={'skills': ['cron']})` with `QwenPaw(config={'skill_configs': [{'name': 'cron'}]})`
affects: >=1.1.0
gotchaEnvironment variables for channel tokens must be set before importing QwenPaw; otherwise, the client may fail silently.
fix
Set env vars (e.g., DINGTALK_APP_KEY) before any import: `import os; os.environ['DINGTALK_APP_KEY'] = '...'`
affects: all
Upgrade
Version history
1.1.10latest on PyPI · released Jun 1, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
34
OpenAI (training)
1
Resources

No resource links recorded.

qwenpaw — pip install qwenpaw · libregistry