@agentier/anthropic
v1.0.1
Published
Native Anthropic Claude provider for agentier
Downloads
402
Readme
@agentier/anthropic
Native Anthropic Claude provider for agentier.
Install
npm install @agentier/anthropic @agentier/coreUsage
import { createAgent } from '@agentier/core'
import { anthropic } from '@agentier/anthropic'
const agent = createAgent({
provider: anthropic({
model: 'claude-sonnet-4-20250514',
apiKey: process.env.ANTHROPIC_API_KEY,
}),
})
const result = await agent.run('Hello!')Documentation
Full docs and examples: github.com/itIsMaku/agentier
License
MIT
