No description
  • Rust 79.2%
  • TypeScript 16.7%
  • Astro 1.7%
  • Dockerfile 1%
  • Shell 0.6%
  • Other 0.8%
Find a file
Ronit Nath c4db93dd5e
All checks were successful
pipeline-service No pipeline action (save)
feat: add realtime streaming transcription path
- NATS core subscriber for audio_chunk, MEDIA JetStream for transcript events
- WhisperLiveKit sidecar (CUDA) with GPU load routing to Deepgram fallback
- StreamingSession trait + WhisperStreamProvider + DeepgramStreamProvider
- Per-session context management with silence timeout and drain semantics
- Idempotent JetStream-to-DB rollup on session end
- Pylon ResourceProvider for jobs + sessions introspection
- Frontend: SessionList + LiveTranscript components
- deploy.toml: sidecar, GPU scheduling, probe config
2026-03-26 01:56:23 -07:00
frontend feat: add realtime streaming transcription path 2026-03-26 01:56:23 -07:00
migrations feat(transcription): initial commit with deploy artifacts 2026-03-23 02:37:18 -07:00
sidecar feat: add realtime streaming transcription path 2026-03-26 01:56:23 -07:00
src feat: add realtime streaming transcription path 2026-03-26 01:56:23 -07:00
.gitignore chore(transcription): add .astro/ to gitignore 2026-03-23 02:37:45 -07:00
Cargo.lock feat: add realtime streaming transcription path 2026-03-26 01:56:23 -07:00
Cargo.toml feat: add realtime streaming transcription path 2026-03-26 01:56:23 -07:00
Containerfile fix(transcription): add isoastra-test-utils to Containerfile 2026-03-23 02:53:49 -07:00
deploy.toml feat: add realtime streaming transcription path 2026-03-26 01:56:23 -07:00