Skip to main content

Module anthropic

Module anthropic 

Source
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
CompletionModel
Completion model wrapper for Anthropic Claude API

Statics§

DEFAULT_COMPLETION_MODEL
Default Anthropic completion model used when no model is configured.