Skip to main content

Module client

Module client 

Source
Expand description

Async LLM client implementations (OpenAI, Anthropic).

Structs§

AnthropicClient
Async LLM client for the Anthropic Messages API.
OpenAIClient
Async LLM client for the OpenAI chat completions API.

Traits§

LLMClient
Unified async interface for LLM chat completion and streaming.