🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@livekit/agents-plugin-did

Package Overview
Dependencies
Maintainers
20
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/agents-plugin-did

D-ID avatar plugin for LiveKit Node Agents

latest
Source
npmnpm
Version
1.5.5
Version published
Weekly downloads
339
51.34%
Maintainers
20
Weekly downloads
 
Created
Source

D-ID plugin for LiveKit Agents

Support for the D-ID virtual avatar.

See the D-ID integration docs for more information.

Installation

npm install @livekit/agents-plugin-did

Pre-requisites

You'll need an API key from D-ID. It can be set as an environment variable: DID_API_KEY

Supported avatars

This plugin only supports v4 avatars (type: expressive). Earlier avatar versions are not compatible. See the D-ID Create Agent API for details on creating a compatible agent.

Example — creating an expressive agent via the D-ID API:

curl -X POST https://api.d-id.com/agents \
  -H "Authorization: Basic <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "presenter": {
      "type": "expressive",
      "presenter_id": "public_mia_elegant@avt_TJ0Tq5"
    },
    "preview_name": "My Expressive Agent"
  }'

Use the agent ID from the response as the agentId parameter in the plugin.

FAQs

Package last updated on 22 Jul 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