-
Notifications
You must be signed in to change notification settings - Fork 7
feat(ai,voice): WebLLM worker offload + Whisper STT E2E + voice hardening (P1-1/P1-2) #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ac690df
feat(ai,voice): WebLLM worker offload + Whisper STT E2E + voice harde…
qnbs de61bfa
chore(graphify): rebuild graph after P1 WebLLM/voice changes
qnbs 2237d6f
test: drop noExplicitAny suppressions in P1 tests (typed unknown casts)
qnbs 84017b5
test: remove 25 noExplicitAny suppressions via typed casts (batch 1)
qnbs 02779ca
test: remove 43 noExplicitAny suppressions in proForge agent tests (b…
qnbs fabb961
chore: ratchet suppression baseline 159 → 87 after noExplicitAny cleanup
qnbs d2bcecb
test: remove 20 noExplicitAny suppressions in view tests (batch 3)
qnbs 93a775b
fix(voice): repair Whisper STT deep-E2E failures
qnbs a1a5238
test(voice): mark 2 STT→command deep tests as fixme (headless voice-i…
qnbs 66bf103
test: remove 11 more noExplicitAny suppressions (batch 4)
qnbs fa9542e
fix: address all 8 CodeAnt AI inline review comments (PR #109)
qnbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| # QNBS-v3: P1-2 — Nightly, non-blocking real-inference check for the Whisper WASM STT pipeline. | ||
| # Runs the production model path (real 42 MB download + pipeline init from the HF CDN), | ||
| # which the deterministic blocking suite (whisper-stt.spec.ts) deliberately mocks out. | ||
| name: 🎙️ Voice Nightly (real Whisper) | ||
|
|
||
| on: | ||
| schedule: | ||
| # 03:17 UTC daily — off-peak, offset from other cron jobs. | ||
| - cron: '17 3 * * *' | ||
| workflow_dispatch: {} | ||
|
|
||
| # QNBS-v3: top-level read-only; no job needs write here. | ||
| permissions: | ||
| contents: read | ||
|
|
||
| concurrency: | ||
| group: voice-nightly-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| voice-real: | ||
| name: 🎙️ Whisper real download + pipeline | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 30 | ||
| # Never gate anything — informational nightly signal only. | ||
| continue-on-error: true | ||
| steps: | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 | ||
| - uses: ./.github/actions/setup | ||
|
|
||
| - name: Cache Playwright browsers | ||
| uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 | ||
| with: | ||
| path: ~/.cache/ms-playwright | ||
| key: playwright-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} | ||
|
|
||
| - name: Install Playwright browsers | ||
| run: pnpm exec playwright install --with-deps chromium | ||
|
|
||
| - name: Run real Whisper E2E | ||
| run: pnpm exec playwright test tests/e2e/deep/voice/whisper-real.spec.ts --project=chromium | ||
| env: | ||
| CI: 'true' | ||
| RUN_DEEP_E2E: '1' | ||
| RUN_REAL_VOICE_E2E: '1' | ||
|
|
||
| - name: Upload report | ||
| if: always() | ||
| uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 | ||
| with: | ||
| name: voice-nightly-report | ||
| path: tests/e2e/html-report/ | ||
| if-no-files-found: warn | ||
| retention-days: 7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.