FIX: QVAC (QuantumVerse Automatic Computer) Packing
This commit is contained in:
+14
-3
@@ -38,14 +38,25 @@ Connect from the **Connect** tab first. If offline, tools return a clear error i
|
||||
|
||||
| Mode | When | Behavior |
|
||||
|------|------|----------|
|
||||
| Full QVAC | `@qvac/sdk` installed + model loaded | Local Qwen (or other profile) + tools |
|
||||
| Full QVAC | `@qvac/sdk` present + model loaded | Local Qwen (or other profile) + tools |
|
||||
| Tools-only | SDK missing or load failed | Grounded formatting of RPC results, no LLM |
|
||||
|
||||
### From source / `pear run`
|
||||
|
||||
Install dependencies **in the PearData repo** (CI does this with `npm ci`):
|
||||
|
||||
```bash
|
||||
npm i @qvac/sdk
|
||||
npm ci
|
||||
pear run -d . # or: npm run start:client
|
||||
```
|
||||
|
||||
Then re-run **Setup** in the QVAC tab.
|
||||
Do not rely on a global or parent-folder `@qvac/sdk` install — release builds only include packages declared in this project.
|
||||
|
||||
### From CI / release zip
|
||||
|
||||
Rolling and tagged **desktop** builds package `@qvac/sdk` and a Bare worker when packaging succeeds. Open **QVAC → Setup** and choose a profile to download a model.
|
||||
|
||||
If a build was made with `PEARDATA_SKIP_QVAC=1`, the tab stays tools-only (metrics tools still work).
|
||||
|
||||
## Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user