Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / anthropic

Function: anthropic()

ts
function anthropic(options?): ProviderAdapter;

Defined in: packages/anthropic/dist/index.d.ts

Creates the first-class Anthropic adapter (id 'anthropic'). SDK autoretries are disabled (max_retries 0): the core owns retries and wall-clock.

Parameters

ParameterType
options?AnthropicAdapterOptions

Returns

ProviderAdapter