agentik-sdk
Comprehensive, type-safe Rust SDK for the Anthropic API.
Features
- Streaming responses (SSE)
- Tool use / function calling
- Vision / image input
- File uploads
- Batch processing
- Async/await based
Usage
[]
= "0.1"
use Anthropic;
let client = new?;
let response = client.messages.create.await?;