Deepgram transcribe#83
Merged
Merged
Conversation
3d8ef60 to
0e81beb
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Deepgram Flux-based speech-to-text provider to the context-switch service ecosystem and wires it into the public API, registry, CLI example, and documentation.
Changes:
- Introduces a new
deepgram-servicecrate implementingDeepgramTranscribe(Flux streaming, turn events, billing records). - Registers the service (
deepgram-transcribe) and re-exports it viacontext_switch::services. - Updates the transcribe example + docs/just targets to support running with the Deepgram provider.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/lib.rs | Re-exports DeepgramTranscribe under context_switch::services. |
| src/context_switch.rs | Registers deepgram-transcribe in the main Registry. |
| services/microsoft-voice-live/src/transcribe.rs | Doc comment tweak (ISO-639-1 formatting). |
| services/deepgram/src/transcribe.rs | Implements Deepgram Flux transcription service (streaming input, turn events, billing). |
| services/deepgram/src/lib.rs | Exposes the Deepgram transcribe module and type re-export. |
| services/deepgram/Cargo.toml | Defines new deepgram-service crate and dependencies. |
| README.md | Documents running transcribe example with Deepgram + env vars. |
| justfile | Adds a Deepgram transcribe recipe. |
| examples/transcribe.rs | Adds deepgram provider option and provider-arg validation refactor. |
| CONTEXT.md | Adds terminology/context for Deepgram Flux and turn events. |
| Cargo.toml | Adds services/deepgram workspace member and workspace dependency. |
…warding and message processing within the same select loop
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.