abridge: add experimental cc_convert sidecar preset#121
Draft
Meirtz wants to merge 1 commit into
Draft
Conversation
3 tasks
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.
Summary
Add an experimental external executable preset that wires a separately
installed
cc_convert_sidecarprocess into abridge's genericForwardandSidecarprimitives from #120.This change only defines the process/environment contract:
CC_CONVERT_LISTEN_ADDRCC_CONVERT_UPSTREAM_URLCC_CONVERT_UPSTREAM_API_KEYCC_CONVERT_LITELLM_COMPATIt does not vendor, install, build, or publish the external binary.
This is intentionally not merge-ready under the gateway-adapter gate in
plugins/abridge/ROADMAP.md; the missing pinned artifact and requiredcompatibility coverage are tracked below.
Current validation boundary
health polling, and environment wiring.
CC_CONVERT_SIDECAR_BINor a PATH binary is available.prove the complete sandbox tunnel -> Socket.IO -> Proxy -> Forward -> real
binary -> mock upstream path.
No claim is made that the external translator is CI-verified or reproducible
yet.
Blocked before ready for review
artifact with an immutable checksum.
cc_convert_sidecar-> mock upstream round trip.compatibility through that full path.
This PR must remain Draft until all items above are satisfied.