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

@livekit/agents-plugin-anthropic

Package Overview
Dependencies
Maintainers
20
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/agents-plugin-anthropic

Anthropic plugin for LiveKit Node Agents

latest
Source
npmnpm
Version
1.5.5
Version published
Maintainers
20
Created
Source

@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',
  }),
});

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