UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

16 lines (15 loc) 743 B
import { t as definePluginEntry } from "../../plugin-entry-zfBGJaNO.js"; import { t as deepgramMediaUnderstandingProvider } from "../../media-understanding-provider-KkyzqYy8.js"; import { t as buildDeepgramRealtimeTranscriptionProvider } from "../../realtime-transcription-provider-Ba6TGmXV.js"; //#region extensions/deepgram/index.ts var deepgram_default = definePluginEntry({ id: "deepgram", name: "Deepgram Media Understanding", description: "Bundled Deepgram audio transcription provider", register(api) { api.registerMediaUnderstandingProvider(deepgramMediaUnderstandingProvider); api.registerRealtimeTranscriptionProvider(buildDeepgramRealtimeTranscriptionProvider()); } }); //#endregion export { deepgram_default as default };