Module client

Module client 

Source
Expand description

LLM client interface and provider implementations. LLM client with provider-agnostic interface.

Modules§

error
Error types for LLM operations.
http
HTTP client with TLS and retry logic.
models
Message and request/response models.
providers
LLM provider implementations (Anthropic, OpenAI). LLM provider implementations.
traits
Provider trait definition.

Structs§

LLMClient
This is the main LLM Client.