livekit-plugins-anam
Agent Framework plugin for anam
What it is and what it does
Livekit-plugins-anam is a plugin for the LiveKit Agents framework, a Python library for building real-time, programmable voice agents that run on servers. The base framework lets you create conversational, multi-modal agents that can see, hear, and understand by combining speech-to-text, language models, text-to-speech, and other AI services. This anam plugin extends that framework with additional capabilities, though the exact nature of those capabilities is not detailed in the available documentation.
The framework itself handles job scheduling, WebRTC client integration, telephony support, and data exchange with clients. You install it as a lightweight Python package with minimal dependencies and use it by defining agent classes, setting up an AgentServer, and implementing entrypoint functions that handle incoming sessions. The plugin integrates into this ecosystem as one of the available provider or processing options.
Use it for:
- Build a voice agent that answers customer support calls using anam's speech processing alongside other LiveKit providers.
- Create a multi-agent system where agents hand off conversations to each other, using anam for specialized voice handling.
- Deploy a real-time conversational AI that receives phone calls via LiveKit's telephony stack with anam-enhanced audio processing.
- Test and validate voice agent behavior using LiveKit's built-in test framework with anam as part of the agent pipeline.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Anam plugin for the LiveKit Agents framework that extends voice agent capabilities with additional speech processing or model integration features.
Yes, if you are already building with LiveKit Agents and need the specific capabilities anam provides. The plugin is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive Apache-2.0 license. However, verify that anam's functionality aligns with your use case before committing, as its exact role in the agent pipeline is not clearly documented in the available excerpt.
Install
livekit-plugins-anam on PyPI
pip
pip install livekit-plugins-anamuv
uv add livekit-plugins-anampoetry
poetry add livekit-plugins-anamInstalling livekit-plugins-anam
Before you install
Low friction installation as a pure Python wheel with a single runtime dependency on livekit-agents. Actively maintained with a recent release and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install livekit-plugins-anam
from livekit.agents import Agent, AgentSession, AgentServer
from livekit.plugins import anam
server = AgentServer()
@server.rtc_session()
async def entrypoint(ctx):
session = AgentSession()
agent = Agent(instructions="You are a helpful assistant")
await session.start(agent=agent, room=ctx.room)
Requires Python 3.10 or later; also requires LiveKit server credentials (LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET) to run agents.
Verify before relying
- What specific speech processing or model capabilities does the anam plugin add beyond the base livekit-agents framework.
- Whether anam is a speech-to-text, text-to-speech, language model, or voice activity detection provider.
- Performance characteristics or latency impact of using this plugin in production voice agent deployments.
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 | 1 — livekit-agents |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 74,963/month — #14,762 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: livekit_plugins_anam-1.6.10-py3-none-any.whl
Keywords: ai, audio, livekit, realtime, video, voice, webrtc
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
livekit-agentsA framework for building realtime multimodal…
permissive · top 5,000 on PyPI
livekit-plugins-assemblyaiIntegrates AssemblyAI speech-to-text into the…
permissive · top 15,000 on PyPI
livekit-plugins-anthropicIntegrates Anthropic's Claude models into…
permissive · top 5,000 on PyPI
livekit-plugins-rimeIntegrates Rime speech recognition into…
permissive · top 15,000 on PyPI
livekit-plugins-groqIntegrates Groq's fast inference API with…
permissive · top 15,000 on PyPI
livekit-plugins-elevenlabsIntegrates ElevenLabs text-to-speech into the…
permissive · top 5,000 on PyPI
livekit-plugins-noise-cancellationApplies real-time noise cancellation to inbound…
unclear · top 5,000 on PyPI
livekit-plugins-xaiIntegrates xAI's Grok LLM with LiveKit's Agent…
permissive · top 15,000 on PyPI
livekit-plugins-sarvamIntegrates Sarvam.ai's Indian-language voice AI…
permissive · top 15,000 on PyPI
livekit-plugins-turn-detectorDetects end-of-turn in voice conversations for…
permissive · top 5,000 on PyPI