examples/

directory
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2026 License: BSD-2-Clause

Directories

Path Synopsis
Command echo is a WebRTC echo bot built on jargo: it receives microphone audio from a browser, runs it through a pipeline, and sends it back so you hear yourself.
Command echo is a WebRTC echo bot built on jargo: it receives microphone audio from a browser, runs it through a pipeline, and sends it back so you hear yourself.
Command twiliobot is a telephony voice agent built on jargo: a Twilio phone call streams audio over a WebSocket (μ-law 8 kHz), an STT service transcribes it, an LLM reasons over it, a TTS service speaks the reply, and the audio goes back to the caller.
Command twiliobot is a telephony voice agent built on jargo: a Twilio phone call streams audio over a WebSocket (μ-law 8 kHz), an STT service transcribes it, an LLM reasons over it, a TTS service speaks the reply, and the audio goes back to the caller.
voice
anthropic command
Command voice-anthropic is the voice bot with an Anthropic LLM (Deepgram STT, ElevenLabs TTS).
Command voice-anthropic is the voice bot with an Anthropic LLM (Deepgram STT, ElevenLabs TTS).
assemblyai command
Command voice-assemblyai is the voice bot with AssemblyAI speech-to-text (Anthropic LLM, ElevenLabs TTS).
Command voice-assemblyai is the voice bot with AssemblyAI speech-to-text (Anthropic LLM, ElevenLabs TTS).
azure command
Command voice-azure is the voice bot with Azure for speech-to-text (Azure OpenAI Whisper) and text-to-speech (Azure Speech), with an Anthropic LLM.
Command voice-azure is the voice bot with Azure for speech-to-text (Azure OpenAI Whisper) and text-to-speech (Azure Speech), with an Anthropic LLM.
cartesia command
Command voice-cartesia is the voice bot with Cartesia text-to-speech (Deepgram STT, Anthropic LLM).
Command voice-cartesia is the voice bot with Cartesia text-to-speech (Deepgram STT, Anthropic LLM).
deepgram command
Command voice-deepgram is the voice bot with Deepgram for both speech-to-text and text-to-speech (Anthropic handles the LLM).
Command voice-deepgram is the voice bot with Deepgram for both speech-to-text and text-to-speech (Anthropic handles the LLM).
deepseek command
Command voice-deepseek is the voice bot with a DeepSeek LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
Command voice-deepseek is the voice bot with a DeepSeek LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
elevenlabs command
Command voice-elevenlabs is the voice bot with ElevenLabs text-to-speech (Deepgram STT, Anthropic LLM).
Command voice-elevenlabs is the voice bot with ElevenLabs text-to-speech (Deepgram STT, Anthropic LLM).
fish command
Command voice-fish is the voice bot with Fish Audio text-to-speech (Deepgram STT, Anthropic LLM).
Command voice-fish is the voice bot with Fish Audio text-to-speech (Deepgram STT, Anthropic LLM).
gladia command
Command voice-gladia is the voice bot with Gladia speech-to-text (Anthropic LLM, ElevenLabs TTS).
Command voice-gladia is the voice bot with Gladia speech-to-text (Anthropic LLM, ElevenLabs TTS).
google command
Command voice-google is the voice bot with a Google Gemini LLM (Deepgram STT, ElevenLabs TTS).
Command voice-google is the voice bot with a Google Gemini LLM (Deepgram STT, ElevenLabs TTS).
groq command
Command voice-groq is the voice bot with Groq for both speech-to-text (Whisper) and the LLM, served through jargo's OpenAI-compatible clients (ElevenLabs TTS).
Command voice-groq is the voice bot with Groq for both speech-to-text (Whisper) and the LLM, served through jargo's OpenAI-compatible clients (ElevenLabs TTS).
hume command
Command voice-hume is the voice bot with Hume Octave text-to-speech (Deepgram STT, Anthropic LLM).
Command voice-hume is the voice bot with Hume Octave text-to-speech (Deepgram STT, Anthropic LLM).
lmnt command
Command voice-lmnt is the voice bot with LMNT text-to-speech (Deepgram STT, Anthropic LLM).
Command voice-lmnt is the voice bot with LMNT text-to-speech (Deepgram STT, Anthropic LLM).
minimax command
Command voice-minimax is the voice bot with MiniMax text-to-speech (Deepgram STT, Anthropic LLM).
Command voice-minimax is the voice bot with MiniMax text-to-speech (Deepgram STT, Anthropic LLM).
mistral command
Command voice-mistral is the voice bot with a Mistral LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
Command voice-mistral is the voice bot with a Mistral LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
nebius command
Command voice-nebius is the voice bot with a Nebius AI Studio LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
Command voice-nebius is the voice bot with a Nebius AI Studio LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
ollama command
Command voice-ollama is the voice bot with a local Ollama LLM, served through jargo's OpenAI-compatible client — no LLM API key needed (Deepgram STT, ElevenLabs TTS).
Command voice-ollama is the voice bot with a local Ollama LLM, served through jargo's OpenAI-compatible client — no LLM API key needed (Deepgram STT, ElevenLabs TTS).
openai command
Command voice-openai is the all-OpenAI voice bot: OpenAI for speech-to-text, the LLM, and text-to-speech.
Command voice-openai is the all-OpenAI voice bot: OpenAI for speech-to-text, the LLM, and text-to-speech.
qwen command
Command voice-qwen is the voice bot with an Alibaba Qwen LLM (DashScope), served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
Command voice-qwen is the voice bot with an Alibaba Qwen LLM (DashScope), served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
rime command
Command voice-rime is the voice bot with Rime text-to-speech (Deepgram STT, Anthropic LLM).
Command voice-rime is the voice bot with Rime text-to-speech (Deepgram STT, Anthropic LLM).
run
Package run holds the shared scaffolding for the per-provider voice examples under examples/voice.
Package run holds the shared scaffolding for the per-provider voice examples under examples/voice.
sambanova command
Command voice-sambanova is the voice bot with a SambaNova LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
Command voice-sambanova is the voice bot with a SambaNova LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
soniox command
Command voice-soniox is the voice bot with Soniox speech-to-text (Anthropic LLM, ElevenLabs TTS).
Command voice-soniox is the voice bot with Soniox speech-to-text (Anthropic LLM, ElevenLabs TTS).
speechmatics command
Command voice-speechmatics is the voice bot with Speechmatics speech-to-text (Anthropic LLM, ElevenLabs TTS).
Command voice-speechmatics is the voice bot with Speechmatics speech-to-text (Anthropic LLM, ElevenLabs TTS).
together command
Command voice-together is the voice bot with a Together AI LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
Command voice-together is the voice bot with a Together AI LLM, served through jargo's OpenAI-compatible client (Deepgram STT, ElevenLabs TTS).
Command voicebot is the full-featured voice agent built on jargo: microphone audio comes in over WebRTC, Deepgram transcribes it, an Anthropic LLM reasons over it, ElevenLabs speaks the reply, and the audio goes back out over WebRTC.
Command voicebot is the full-featured voice agent built on jargo: microphone audio comes in over WebRTC, Deepgram transcribes it, an Anthropic LLM reasons over it, ElevenLabs speaks the reply, and the audio goes back out over WebRTC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL