# Repository: agentscope-ai/QwenPaw # Stars: 15538 ## README.md
Works for you, grows with you.
Star QwenPaw on GitHub and be instantly notified of new releases.
---
## Roadmap
| Area | Item | Status |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- |
| **Horizontal Expansion** | More channels, models, skills, MCPs — **community contributions welcome** | Seeking Contributors |
| **Existing Feature Extension** | Display optimization, download hints, Windows path compatibility, etc. — **community contributions welcome** | Seeking Contributors |
| **Console Web UI** | Expose more info/config in the Console | In Progress |
| **Multi-agent** | Agentic Ralph Loop | In Progress |
| **Multimodal** | Voice/video calls and real-time interaction | In Progress |
| **Small + Large Model Collaboration** | Multi-model routing; different models for different tasks | In Progress |
| **Memory System** | Experience distillation & skill extraction | In Progress |
| | Memory mechanism switching | In Progress |
| | Multimodal memory fusion | Planned |
| | Context-aware proactive delivery | Planned |
| **Sandbox** | Deeper integration with AgentScope Runtime sandboxes | In Progress |
| **Cloud-native** | Deeper integration with AgentScope Runtime; leverage cloud compute, storage, tools, and skills | In Progress |
| **Skills Hub** | Enrich the [AgentScope Skills](https://github.com/agentscope-ai/agentscope-skills) repository and improve discoverability of high-quality skills | Planned |
_Status:_ **In Progress** — actively being worked on; **Planned** — queued or under design, also welcome contributions; **Seeking Contributors** — we strongly encourage community contributions.
## Install from source
```bash
git clone https://github.com/agentscope-ai/QwenPaw.git
cd QwenPaw
# Build console frontend first (required for web UI)
cd console && npm ci && npm run build
cd ..
# Copy console build output to package directory
mkdir -p src/qwenpaw/console
cp -R console/dist/. src/qwenpaw/console/
# Install Python package
pip install -e .
```
- **Dev** (tests, formatting): `pip install -e ".[dev,full]"`
- **Then**: Run `qwenpaw init --defaults`, then `qwenpaw app`.
> **Note for updates:** When updating to a new major version after `git pull`, please also rebuild the frontend, reinstall the package (`pip install -e .`), restart `qwenpaw app`, and clear your browser cache with `Ctrl+Shift+R` (or `Cmd+Shift+R` on macOS).
---
## Contributing
QwenPaw evolves through open collaboration, and we welcome all forms of contribution! Check the [Roadmap](#roadmap) above (especially items marked **Seeking Contributors**) to find areas that interest you, and read [CONTRIBUTING](https://github.com/agentscope-ai/QwenPaw/blob/main/CONTRIBUTING.md) to get started. We particularly welcome:
- **Horizontal expansion** — new channels, model providers, skills, MCPs.
- **Existing feature extension & refinement** — display and interaction improvements, download hints, Windows path compatibility, etc.
Join [GitHub Discussions](https://github.com/agentscope-ai/QwenPaw/discussions) to discuss ideas or pick up tasks.
---
## Why QwenPaw?
QwenPaw stands for Qwen Personal Agent Workstation, and also embodies the wisdom of Qwen and the warmth of a Paw.
We hope it is not a cold tool, but an intelligent and warm "little paw" always ready to help—a most intuitive partner in your digital life.
---
## Built by
[AgentScope team](https://github.com/agentscope-ai) · [AgentScope](https://github.com/agentscope-ai/agentscope) · [AgentScope Runtime](https://github.com/agentscope-ai/agentscope-runtime) · [ReMe](https://github.com/agentscope-ai/ReMe)
---
## Contact us
| [Discord](https://discord.gg/eYMpfnkG8h) | [X (Twitter)](https://x.com/agentscope_ai) | [DingTalk](https://qr.dingtalk.com/action/joingroup?code=v1,k1,OmDlBXpjW+I2vWjKDsjvI9dhcXjGZi3bQiojOq3dlDw=&_dt_no_comment=1&origin=11) | [RedNote](https://www.xiaohongshu.com/user/profile/691c18db0000000037032be9) |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [
](https://discord.gg/eYMpfnkG8h) | [
](https://qr.dingtalk.com/action/joingroup?code=v1,k1,OmDlBXpjW+I2vWjKDsjvI9dhcXjGZi3bQiojOq3dlDw=&_dt_no_comment=1&origin=11) | [
](https://www.xiaohongshu.com/user/profile/691c18db0000000037032be9) |
---
## Telemetry
QwenPaw collects **anonymous** usage data during `qwenpaw init` to help us understand our user base and prioritize improvements. Data is sent **once per version** — when you upgrade QwenPaw, telemetry is re-collected so we can track version adoption.
**What we collect:**
- QwenPaw version (e.g., 0.0.7)
- Install method (pip, Docker, or desktop app)
- OS and version (e.g., macOS 14.0, Ubuntu 22.04)
- Python version (e.g., 3.13)
- CPU architecture (e.g., x86_64, arm64)
- GPU availability (yes/no)
**What we do NOT collect:** No personal data, no files, no credentials, no IP addresses, no identifiable information.
When running `qwenpaw init` interactively, you will be asked whether to opt in. If you choose `--defaults`, telemetry is accepted automatically. The prompt appears once per version and never affects QwenPaw's functionality.
---
## License
QwenPaw is released under the [Apache License 2.0](LICENSE).
---
## Contributors
All thanks to our contributors: