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