@purista/harness-anthropic
v1.1.0
Published
Anthropic model provider adapter for @purista/harness.
Readme
@purista/harness-anthropic
Anthropic model provider adapter for @purista/harness.
Install
npm install @purista/harness @purista/harness-anthropicConfigure the provider with an Anthropic API key in your application
environment. The adapter is designed for use through the typed
@purista/harness model provider port.
import { anthropic } from '@purista/harness-anthropic'
anthropic({ apiKey: process.env.ANTHROPIC_API_KEY })Package Format
This package is ESM-only and ships compiled JavaScript plus TypeScript
declarations from dist/. Source files, tests, source maps, and local configs
are not included in the published package.
