Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
failover
Rust AI Agent SDK Model Failover Module for PraisonAI Rust SDK Provides auth profile management and automatic failover between LLM providers when rate limits or errors occur.Example
Import
Classes
AuthProfile
Authentication profile for an LLM provider.
FailoverConfig
Configuration for failover behavior.
FailoverManager
Manages failover between multiple LLM auth profiles. Provides automatic failover when rate limits or errors occur, with configurable retry behavior…
FailoverStatus
Status information for the failover manager.
ProviderStatus
Status of an LLM provider.

