This quickstart helps you integrate your voice agent application with Elixir. You can start tracing your LLM requests with audio snippets.
Install Elixir
Set up your project
Set up your environment
Trace your agent conversation
Elixir.init()
to instrument calls to your LLM services.Elixir.track_conversation(call_id: str)
to track the current conversation and group LLM traces within. You’ll need to provide a call id.Pipecat Setup (Daily)
Vapi Setup
Send audio to Elixir
Elixir.upload_audio(conversation_id: str, audio_url: str)
to send call recording to Elixir. This can be used in one of two ways:Pipecat + Twilio (File Upload)
Vapi (Public Link)