Expand description
Anthropic Claude API client implementation for Anda Engine
This module provides integration with Anthropic’s Claude API, including:
- Client configuration and management
- Completion model handling
- Response parsing and conversion to Anda’s internal formats
Modules§
- types
- Anthropic Messages API wire types used by the Anthropic model adapter.
Structs§
- Client
- Anthropic Claude API client configuration and HTTP client
- Completion
Model - Completion model wrapper for Anthropic Claude API
Statics§
- DEFAULT_
COMPLETION_ MODEL - Default Anthropic completion model used when no model is configured.