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 qwenpawNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic setup: create a QwenPaw instance with desired skills and run it.
Use Python 3.10, 3.11, 3.12, or 3.13.
Replace `QwenPaw(config={'skills': ['cron']})` with `QwenPaw(config={'skill_configs': [{'name': 'cron'}]})`Set env vars (e.g., DINGTALK_APP_KEY) before any import: `import os; os.environ['DINGTALK_APP_KEY'] = '...'`
No dependency data recorded yet.
No resource links recorded.