You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[v0.0.4]****COMM:** Special thanks to all new contributors: [@ekzhu](https://github.com/ekzhu), [@fancyboi999](https://github.com/fancyboi999), [@zhaozhuang521](https://github.com/zhaozhuang521), [@hobostay](https://github.com/hobostay), [@dhbxs](https://github.com/dhbxs), [@longway-code](https://github.com/longway-code), [@ydlstartx](https://github.com/ydlstartx), [@LudovicoYIN](https://github.com/LudovicoYIN), [@fenixc9](https://github.com/fenixc9), [@dittotang](https://github.com/dittotang), [@forestxieCode](https://github.com/forestxieCode), [@yongtenglei](https://github.com/yongtenglei), [@kerwin612](https://github.com/kerwin612), [@luixiao0](https://github.com/luixiao0), [@gongpx20069](https://github.com/gongpx20069).
63
+
64
+
---
65
+
54
66
## Table of Contents
55
67
56
68
> **Recommended reading:**
@@ -59,10 +71,14 @@ Your Personal AI Assistant; easy to install, deploy on your own machine or on th
59
71
> -**I want to chat in DingTalk / Feishu / QQ**: [Quick Start](#quick-start) → [Channels](https://copaw.agentscope.io/docs/channels).
60
72
> -**I don’t want to install Python**: [One-line install](#one-line-install-beta-continuously-improving) handles Python automatically, or use [ModelScope one-click](https://modelscope.cn/studios/fork?target=AgentScope/CoPaw) for cloud.
61
73
74
+
-[News](#news)
62
75
-[Quick Start](#quick-start)
63
76
-[API Key](#api-key)
64
77
-[Local Models](#local-models)
65
78
-[Documentation](#documentation)
79
+
-[FAQ](#faq)
80
+
-[Roadmap](#roadmap)
81
+
-[Contributing](#get-involved)
66
82
-[Install from source](#install-from-source)
67
83
-[Why CoPaw?](#why-copaw)
68
84
-[Built by](#built-by)
@@ -108,13 +124,44 @@ To install with multiple extras (e.g., Ollama + llama.cpp):
> **Note**: The installer will automatically check the status of uv. If it is not installed, it will attempt to download and configure it automatically. If the automatic installation fails, please follow the on-screen prompts or execute `python -m pip install -U uv`, then rerun the installer.
140
+
141
+
> **⚠️ Special Notice for Windows Enterprise LTSC Users**
142
+
>
143
+
> If you are using Windows LTSC or an enterprise environment governed by strict security policies, PowerShell may run in **Constrained Language Mode**, potentially causing the following issue:
144
+
> 1.**If using CMD (.bat): Script executes successfully but fails to write to `Path`**
145
+
>
146
+
> The script completes file installation. Due to **Constrained Language Mode**, it cannot automatically update environment variables. Manually configure as follows:
147
+
> -**Locate the installation directory**:
148
+
> - Check if `uv` is available: Enter `uv --version` in CMD. If a version number appears, **only configure the CoPaw path**. If you receive the prompt `'uv' is not recognized as an internal or external command, operable program or batch file,` configure both paths.
149
+
> - uv path (choose one based on installation location; use if `uv` fails): Typically `%USERPROFILE%\.local\bin`, `%USERPROFILE%\AppData\Local\uv`, or the `Scripts` folder within your Python installation directory
150
+
> - CoPaw path: Typically located at `%USERPROFILE%\.copaw\bin`.
151
+
> -**Manually add to the system's Path environment variable**:
152
+
> - Press `Win + R`, type `sysdm.cpl` and press Enter to open System Properties.
153
+
> - Click “Advanced” -> “Environment Variables”.
154
+
> - Under “System variables”, locate and select `Path`, then click “Edit”.
155
+
> - Click “New”, enter both directory paths sequentially, then click OK to save.
156
+
> 2.**If using PowerShell (.ps1): Script execution interrupted**
157
+
>
158
+
> Due to **Constrained Language Mode**, the script may fail to automatically download `uv`.
159
+
> -**Manually install uv**: Refer to the [GitHub Release](https://github.com/astral-sh/uv/releases) to download `uv.exe` and place it in `%USERPROFILE%\.local\bin` or `%USERPROFILE%\AppData\Local\uv`; or ensure Python is installed and run `python -m pip install -U uv`.
160
+
> -**Configure `uv` environment variables**: Add the `uv` directory and `%USERPROFILE%\.copaw\bin` to your system's `Path` variable.
161
+
> -**Re-run the installation**: Open a new terminal and execute the installation script again to complete the `CoPaw` installation.
162
+
> -**Configure the `CoPaw` environment variable**: Add `%USERPROFILE%\.copaw\bin` to your system's `Path` variable.
| Self-healing | Daemon agent for automated recovery and health monitoring | Long-term Planning |
329
+
| CoPaw-optimized local models | LLMs tuned for CoPaw's native skills and common tasks; better local personal-assistant usability | Long-term Planning |
330
+
| Small + large model collaboration | Local LLMs for sensitive data; cloud LLMs for planning and coding; balance of privacy, performance, and capability | Long-term Planning |
331
+
| Cloud-native | Deeper integration with AgentScope Runtime; leverage cloud compute, storage, and tooling | Long-term Planning |
332
+
| Skills Hub | Enrich the [AgentScope Skills](https://github.com/agentscope-ai/agentscope-skills) repository and improve discoverability of high-quality skills | Long-term Planning |
333
+
334
+
*Status:**In Progress* — actively being worked on; *Planned* — queued or under design, also **welcome contributions**; *Seeking Contributors* — we **strongly encourage community contributions**; *Long-term Planning* — longer-horizon roadmap.
335
+
336
+
### Get involved
337
+
338
+
We are building CoPaw in the open and welcome contributions of all kinds! Check the [Roadmap](#roadmap) above (especially items marked **Seeking Contributors**) to find areas that interest you, and read [CONTRIBUTING](https://github.com/agentscope-ai/CoPaw/blob/main/CONTRIBUTING.md) to get started. We particularly welcome:
339
+
340
+
-**Horizontal expansion** — new channels, model providers, skills, MCPs.
341
+
-**Existing feature extension** — display and UX improvements, download hints, Windows path compatibility, and the like.
342
+
343
+
Join the conversation on [GitHub Discussions](https://github.com/agentscope-ai/CoPaw/discussions) to suggest or pick up work.
0 commit comments