handsome-easter-5670
06/26/2025, 2:17 AMtall-airline-16756
06/26/2025, 2:17 AMtall-airline-16756
06/26/2025, 2:17 AMlk dispatch create
command allows you to create a dispatch that connects an agent to a phone call. Here is an example:
lk dispatch create \
--new-room \
--agent-name outbound-caller \
--metadata '+15105550100'
This command creates a new room, specifies the agent name, and provides metadata (such as a phone number to call). Please ensure you are using version 2.3.0 or later of the LiveKit CLI to access dispatch commands.
Sources: Making calls using SIP | LiveKit Docs | Making calls using SIP | LiveKit Docshandsome-easter-5670
06/26/2025, 2:18 AMtall-airline-16756
06/26/2025, 2:18 AMpython myagent.py console
This neat little terminal mode lets you test your agent locally with audio input and output, right from your computer. No need to set up complicated servers or worry about extra dependencies. It's basically a quick and stress-free way to make sure your agent is working exactly how you want. Pretty handy, right?
Sources: GitHub::livekit::agents | examples/voice_agents/silent_function_call.pyhandsome-easter-5670
06/26/2025, 2:19 AMtall-airline-16756
06/26/2025, 2:19 AMdev
or start
mode.
2. Then just hop over to the Agents Playground - it's your new best friend for testing!
Trust me, this playground is awesome. You can test audio (microphone and speakers), text (live transcription and chat), and even video with your webcam. It's especially great if you want to see how your agent handles visual tasks. Think of it like a playground where your AI can show off its skills! 🚀
Sources: Agents playground | LiveKit Docs