skillfed

livekit-plugins-telnyx

Telnyx implementation for LiveKit Agents

livekit-plugins-telnyx v1.6.10 105.8K downloads/30d#12,682 on PyPI13,004
Permissive license Apache-2.0 Active released

What it is and what it does

This package is a plugin that bridges Telnyx's telephony platform with LiveKit's Agent Framework, allowing voice agents built on LiveKit to connect to the public switched telephone network. It extends the core livekit-agents library with Telnyx-specific integrations, enabling agents to receive inbound calls from phone numbers and initiate outbound calls to standard phone lines.

The plugin is part of LiveKit's broader ecosystem for building real-time, programmable voice agents. It works alongside other LiveKit components (STT, LLM, TTS providers) to create conversational agents that operate over traditional telephony channels. Installation requires Python 3.10 or later and the core LiveKit Agents library plus the Telnyx plugin itself.

Use it for:

  • Build a customer service voice agent that receives inbound calls from a Telnyx-provisioned phone number
  • Create an outbound calling system where agents proactively call users for surveys, reminders, or notifications
  • Integrate a multi-modal voice AI with existing phone infrastructure without replacing your telephony provider
  • Route incoming calls to different agents based on caller input or context using LiveKit's dispatch system

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Telnyx telephony services with LiveKit Agents, enabling voice agents to make and receive phone calls through the Telnyx network.

Yes, if you are building voice agents on LiveKit and need to connect them to phone calls via Telnyx. The package is actively maintained, has no known vulnerabilities, and integrates cleanly into the LiveKit ecosystem. Install it only if you have a Telnyx account and plan to use telephony; it is not useful without that infrastructure.

Install

livekit-plugins-telnyx on PyPI

pip

pip install livekit-plugins-telnyx

uv

uv add livekit-plugins-telnyx

poetry

poetry add livekit-plugins-telnyx

Installing livekit-plugins-telnyx

Before you install

Low install friction with a pure-Python wheel. The package is actively maintained with a recent release and depends on stable, widely-used libraries (aiohttp, livekit-agents, livekit-api).

License in practice

Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions—suitable for most production deployments.

Quickstart

pip install livekit-plugins-telnyx

from livekit.agents import Agent, AgentServer
from livekit.plugins import telnyx

server = AgentServer()

@server.rtc_session()
async def entrypoint(ctx):
    # Configure Telnyx integration and create agent session
    session = AgentSession(stt=..., llm=..., tts=...)
    agent = Agent(instructions="...")
    await session.start(agent=agent, room=ctx.room)

Requires Python 3.10 or later and a Telnyx account with API credentials configured in your LiveKit deployment.

Verify before relying

  • Whether Telnyx account credentials and configuration are required beyond standard LiveKit setup
  • Specific Telnyx API version compatibility and any breaking changes in recent releases
  • Performance characteristics and call concurrency limits when used with LiveKit Agents

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10.0)
Install friction low — pure-Python wheel
Runtime dependencies 3 — aiohttp, livekit-agents, livekit-api
Maintenance actively maintained — 1 days since the last release
Last repo commit
First released
Downloads 105,761/month — #12,682 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: livekit_plugins_telnyx-1.6.10-py3-none-any.whl

Keywords: ai, audio, livekit, realtime, telnyx, video, voice

Intended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Topic :: Multimedia :: Sound/AudioTopic :: Multimedia :: VideoTopic :: Scientific/Engineering :: Artificial Intelligence

Tags

telnyx phone integrationvoice agent telephonylivekit telnyx pluginsip telephony agentsphone call voice ai
telephony-integrationvoice-airealtime-communication

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

livekit-plugins-assemblyai

Integrates AssemblyAI speech-to-text into the…

permissive · top 15,000 on PyPI

voip-utils

Provides Voice over IP utilities for Home…

permissive · top 15,000 on PyPI

livekit-plugins-rime

Integrates Rime speech recognition into…

permissive · top 15,000 on PyPI

livekit-plugins-groq

Integrates Groq's fast inference API with…

permissive · top 15,000 on PyPI

livekit-plugins-elevenlabs

Integrates ElevenLabs text-to-speech into the…

permissive · top 5,000 on PyPI

livekit-plugins-silero

Provides Silero voice activity detection…

permissive · top 5,000 on PyPI

livekit-plugins-openai

Integrates OpenAI's Realtime, Responses, LLM,…

permissive · top 5,000 on PyPI

livekit-api

Generate access tokens and call LiveKit server…

permissive · top 5,000 on PyPI

livekit-plugins-xai

Integrates xAI's Grok LLM with LiveKit's Agent…

permissive · top 15,000 on PyPI

livekit-plugins-anam

Anam plugin for the LiveKit Agents framework…

permissive · top 15,000 on PyPI

Further reading