Module plugins/agents-plugin-anthropic - v1.6.0

@livekit/agents-plugin-anthropic

Anthropic plugin for LiveKit Node Agents.

Installation

npm install @livekit/agents-plugin-anthropic

Usage

import * as anthropic from '@livekit/agents-plugin-anthropic';

const session = new voice.AgentSession({
llm: new anthropic.LLM({
model: 'claude-sonnet-4-6',
}),
});

Index

Classes

Interfaces

Type Aliases