Skip to content

Index

Chat client adapter package.

This package provides provider-specific chat client adapters and factory utilities for creating chat clients from model configuration objects. It exposes adapter implementations for supported providers, along with the shared ProviderAdapter base class and the MADAChatClientFactory used to create chat clients.

Modules:

Name Description
bedrock_adapter

Provides the BedrockAdapter implementation for AWS Bedrock models.

chat_client_factory

Provides MADAChatClientFactory and the shared chat_client_factory instance for constructing chat clients.

livai_adapter

Provides the LivAIAdapter implementation for LivAI-hosted models.

openai_adapter

Provides the OpenAIAdapter implementation for OpenAI models.

provider_adapter

Provides the shared ProviderAdapter base class and related model metadata utilities.