Anthropic plugin for LiveKit Node Agents.
npm install @livekit/agents-plugin-anthropic
import * as anthropic from '@livekit/agents-plugin-anthropic';
const session = new voice.AgentSession({
llm: new anthropic.LLM({
model: 'claude-sonnet-4-6',
}),
});