Polish Round

This commit is contained in:
2026-09-11 14:37:56 -04:00
parent cc182f2ef1
commit 660294d0aa
7 changed files with 32 additions and 10 deletions
+12 -6
View File
@@ -1,6 +1,6 @@
# JARVIS-QVAC
Local-first Ubuntu GNOME voice assistant scaffold. The cognitive core is the
Local-first Ubuntu GNOME voice assistant. The cognitive core is the
already-extracted `/home/raven/dev/agent-harness`, copied into
`vendor/agent-harness`; Jarvis does not copy or depend on `/home/raven/dev/dlinux`.
@@ -25,8 +25,14 @@ GPU inference is a hard requirement. `gpu-doctor` must report a QVAC-visible
GPU and `jarvisd` refuses to continue if the loaded model reports `device: cpu`.
This prevents a misleading CPU mode and competing QVAC workers.
Current repository scope is phase-0/phase-1 bootstrap plus the computer-use
grant boundary. Portal ScreenCast/RemoteDesktop, AT-SPI, PipeWire audio, the
full D-Bus adapter, GTK control-center pages, and the voice state machine are
the next implementation slices. See [docs/agent-harness-map.md](docs/agent-harness-map.md)
and [docs/cu-acceptance.md](docs/cu-acceptance.md).
The repository contains the daemon, single GPU-only QVAC master, copied agent
harness, voice loop, GNOME ARC extension, GTK4/libadwaita control center,
computer-use observation and safety boundaries, and the full QVAC capability
skill registry. See [docs/ROADMAP.md](docs/ROADMAP.md),
[docs/agent-harness-map.md](docs/agent-harness-map.md), and
[docs/cu-acceptance.md](docs/cu-acceptance.md).
Runtime inference refuses to start until the QVAC SDK reports a usable GPU.
The RemoteDesktop/libei input bridge also remains unavailable until the local
GNOME portal session and a real EIS injector are present; Jarvis never claims
that an action succeeded when the backend is missing.