feat(tools): added speech to text with openai whisper, elevenlabs, and deepgram (#2068)

* feat(tools): added speech to text with openai whisper, elevenlabs, and deepgram

* added new file icons, implemented ffmpeg

* updated docs

* revert environment
This commit is contained in:
Waleed
2025-11-19 21:03:54 -08:00
committed by GitHub
parent 7c5d625ca5
commit e64b1c9fcd
27 changed files with 1884 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ import {
ApolloIcon,
ArxivIcon,
AsanaIcon,
AudioWaveformIcon,
BrainIcon,
BrowserUseIcon,
CalendlyIcon,
@@ -100,6 +101,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
telegram: TelegramIcon,
tavily: TavilyIcon,
supabase: SupabaseIcon,
stt: AudioWaveformIcon,
stripe: StripeIcon,
stagehand_agent: StagehandIcon,
stagehand: StagehandIcon,