🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@livekit/agents-plugin-cartesia

Package Overview
Dependencies
Maintainers
41
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/agents-plugin-cartesia

Cartesia plugin for LiveKit Node Agents

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
41
Created
Source

Cartesia plugin for LiveKit Agents

The Agents Framework is designed for building realtime, programmable participants that run on servers. Use it to create conversational, multi-modal voice agents that can see, hear, and understand.

This package contains the Cartesia plugin, which allows for voice synthesis. Refer to the documentation for information on how to use it, or browse the API reference. See the repository for more information about the framework as a whole.

Troubleshooting

If you see AggregateError / ETIMEDOUT on the first Cartesia connection in Node.js (often due to IPv6/IPv4 “happy eyeballs”), you can mitigate it by:

  • Setting a longer Node autoselection attempt timeout (example): NODE_OPTIONS="--network-family-autoselection-attempt-timeout=5000"
  • Increasing the agent session TTS connect timeout via connOptions.ttsConnOptions.timeoutMs

FAQs

Package last updated on 24 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts