Updates
Rolling release / release (push) Successful in 8m31s

This commit is contained in:
2026-09-13 22:24:14 -04:00
parent 1ca4224377
commit a097adf4eb
62 changed files with 2707 additions and 957 deletions
+4 -4
View File
@@ -9,13 +9,13 @@ that is not present.
| --- | --- | --- | --- |
| Conversation | `chat`, `plan`, `summarize`, `rewrite`, `code` | Harness + QVAC master | read |
| Retrieval | `embed`, `remember`, `ask-my-files`, workspaces | QVAC master + local stores | read/write |
| Vision | screenshot, `look-at-this`, `ocr`, `what-is-this` | Portal + QVAC master | read |
| Vision | screenshot, `look-at-this`, `ocr`, `what-is-this`, `webcam` | Portal + QVAC master | read |
| Speech | `dictate`, `transcribe-file`, `meeting`, `speak`, `clone-voice` | PipeWire + QVAC master | read/write |
| Language | `translate`, `relay-voice` | QVAC master | read |
| 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) |
| Search | `web_search`, `google_search`, `fetch_page`, `web_fetch`, `wiki_search`, `hn_search`, `code_search`, `browser` | Playwright Chromium sidecar | 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 |
@@ -24,9 +24,9 @@ flowchart TB
J((Jarvis))
J --> C[Conversation\nchat · plan · code · summarize]
J --> M[Memory\nembeddings · RAG · batch]
J --> P[Perception\nscreenshot · OCR · classification]
J --> P[Perception\nscreenshot · OCR · webcam]
J --> V[Voice\nwake · ASR · TTS · translation]
J --> W[Search\nweb_search · fetch_page · wiki]
J --> W[Search\nweb_search · fetch_page · browser]
J --> G[Media\nimage · video · music]
J --> D[Desktop\nGNOME · AT-SPI · computer use]
J --> L[Lab\nLoRA · BCI · VLA · ABot-World]