api_claude 0.6.1

Claude API for accessing Anthropic's large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
# client/

Client implementation modules for the Anthropic API.

| File | Responsibility |
|------|---------------|
| types.rs | Config, request, response, and token-count types |
| system_instructions.rs | CacheControl, SystemPrompt, SystemContent, SystemInstructions |
| implementation.rs | Client struct definition and all HTTP methods |
| explicit_retry.rs | Explicit per-request retry with configurable backoff |