P9
This commit is contained in:
+15
-8
@@ -264,15 +264,22 @@ Exit gate: a user can configure the complete system without editing JSON.
|
||||
|
||||
## Phase 9 — full QVAC capability coverage
|
||||
|
||||
- [ ] Chat, plan, summarize, rewrite, code, embeddings, RAG, batch prompts.
|
||||
- [ ] Multimodal screenshot/file analysis, OCR, classification.
|
||||
- [ ] Image generation/editing, video jobs, music jobs.
|
||||
- [ ] ASR, diarized meetings, TTS, voice clone enrollment, translation relay.
|
||||
- [ ] LoRA training with explicit confirmation and overnight job controls.
|
||||
- [ ] BCI, VLA, and ABot-World as clearly labeled Lab capabilities.
|
||||
- [ ] Registry/model manager, checksums, fit assessments, profiler, and job
|
||||
- [x] Chat, plan, summarize, rewrite, code, embeddings, RAG, batch prompts.
|
||||
- [x] Multimodal screenshot/file analysis, OCR, classification.
|
||||
- [x] Image generation/editing, video jobs, music jobs.
|
||||
- [x] ASR, diarized meetings, TTS, voice clone enrollment, translation relay.
|
||||
- [x] LoRA training with explicit confirmation and overnight job controls.
|
||||
- [x] BCI, VLA, and ABot-World as clearly labeled Lab capabilities.
|
||||
- [x] Registry/model manager, checksums, fit assessments, profiler, and job
|
||||
cancellation.
|
||||
- [ ] Optional P2P model fetch and memory sync only after local mode is stable.
|
||||
- [x] Optional P2P model fetch and memory sync only after local mode is stable.
|
||||
|
||||
Phase 9 adapters are registered in `skills/phase9-tools.js`. Every adapter is
|
||||
permission-tagged and routes through the allowlisted QVAC master methods in
|
||||
`daemon/qvac-master.js`; the harness and UI never import QVAC directly. Media
|
||||
and streaming results return local job/request handles for later job control,
|
||||
and capabilities without a configured model report the QVAC error/state rather
|
||||
than falling back to cloud or CPU execution.
|
||||
|
||||
Exit gate: every capability in the product inventory has a working skill or a
|
||||
truthful GPU/model-unavailable state.
|
||||
|
||||
Reference in New Issue
Block a user