@auggy/anthropic
v0.4.4
Published
Anthropic engine adapter for auggy — implements ModelClient against @anthropic-ai/sdk.
Maintainers
Readme
@auggy/anthropic
Anthropic engine adapter for auggy — implements ModelClient against the official @anthropic-ai/sdk.
Install
bun add @auggy/anthropicYou don't normally install this directly — auggy create does it for you when you pick anthropic as the engine provider during scaffold.
Usage
import { createAnthropicEngine } from "@auggy/anthropic";
const engine = createAnthropicEngine({
model: "claude-sonnet-4-6",
// apiKey omitted → SDK reads ANTHROPIC_API_KEY from env.
});The auggy runtime resolves the engine via agent.yaml:
engine:
provider: anthropic
model: claude-sonnet-4-6
maxContextTokens: 200000
maxTokens: 4096License
Apache-2.0 — see LICENSE.
