@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user