FIX: QVAC (QuantumVerse Automatic Computer) Packing
CI / test (push) Successful in 2m38s
Release rolling / release (push) Failing after 6m17s

This commit is contained in:
Raven Scott
2026-07-30 14:17:06 -04:00
parent e2d909eaaa
commit bce96d6550
16 changed files with 1391 additions and 441 deletions
+14 -3
View File
@@ -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