@livekit/agents-plugin-runway
v1.3.2
Published
Runway plugin for LiveKit Node Agents
Maintainers
Keywords
Readme
Runway plugin for LiveKit Agents
Support for Runway real-time avatars.
Installation
npm install @livekit/agents-plugin-runwayPre-requisites
Set the RUNWAYML_API_SECRET environment variable with your Runway API secret:
export RUNWAYML_API_SECRET=<your-runway-api-secret>Usage
import { AvatarSession } from '@livekit/agents-plugin-runway';
const avatarSession = new AvatarSession({
presetId: 'your-avatar-preset-id',
// apiKey defaults to RUNWAYML_API_SECRET env var
});
await avatarSession.start(agentSession, room);License
Apache 2.0
