Metadata-Version: 2.4
Name: bindai-provider-anthropic
Version: 0.1.0
Summary: Anthropic provider for BindAI
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: anthropic>=1.3.0
Requires-Dist: bindai-core

# bindai-provider-anthropic

Anthropic provider for the BindAI framework.

## Installation

```bash
pip install "bindai[anthropic]"
```

Or install the provider directly:

```bash
pip install bindai-provider-anthropic
```

## Configuration

Set your Anthropic API key:

```env
ANTHROPIC_API_KEY=your-api-key
```

Then configure your BindAI project:

```toml
provider = "anthropic"
model = "claude-sonnet-4-5"
```

## License

MIT
