New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@agentkit-js/model-anthropic

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentkit-js/model-anthropic

Anthropic model adapter for agentkit-js

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@agentkit-js/model-anthropic

Anthropic Claude adapter — auto prompt-cache breakpoints + 1-hour TTL.

Part of agentkit-js — a TypeScript + WASM agent runtime.

Install

npm install @agentkit-js/model-anthropic @agentkit-js/core @anthropic-ai/sdk

Usage

import { AnthropicModel, AnthropicModels } from "@agentkit-js/model-anthropic";
const model = new AnthropicModel(AnthropicModels.SONNET_4_6, {
  apiKey: process.env.ANTHROPIC_API_KEY,
});

License

Apache-2.0 — © agentkit-js contributors

Keywords

agentkit

FAQs

Package last updated on 12 Jun 2026

Related posts