Updates
Rolling release / release (push) Successful in 6m40s

This commit is contained in:
2026-09-12 14:45:04 -04:00
parent dac3b0b9f2
commit 390b2fa098
29 changed files with 381 additions and 174 deletions
+3 -1
View File
@@ -15,16 +15,18 @@ that is not present.
| Media | `imagine`, `edit-image`, `make-video`, `compose` | Job runner + QVAC master | write |
| Training | `teach-me` | Isolated job + QVAC master | dangerous |
| Lab | `bci`, `robot`, `world` | Explicit lab adapters | read/write/dangerous |
| Search | `web_search`, `google_search`, `fetch_page`, `web_fetch`, `wiki_search`, `hn_search`, `code_search` | Bare `web-search.js` | read (no extra keys) |
| Desktop | launch, focus, window, clipboard, media, settings | GNOME/GIO/D-Bus | read/write |
| Computer use | `cu.observe`, `cu.find`, `cu.act`, `cu.click`, `cu.type`, `cu.key` | CU session | computer-use |
```mermaid
flowchart TB
J((JARVIS-QVAC))
J((Jarvis))
J --> C[Conversation\nchat · plan · code · summarize]
J --> M[Memory\nembeddings · RAG · batch]
J --> P[Perception\nscreenshot · OCR · classification]
J --> V[Voice\nwake · ASR · TTS · translation]
J --> W[Search\nweb_search · fetch_page · wiki]
J --> G[Media\nimage · video · music]
J --> D[Desktop\nGNOME · AT-SPI · computer use]
J --> L[Lab\nLoRA · BCI · VLA · ABot-World]