praisonaiagents.agent.audio_agent
Core SDK AudioAgent - A specialized agent class for audio processing using AI models. Provides Text-to-Speech (TTS) and Speech-to-Text (STT/Transcription) capabilities. Follows the Agent() class patterns:- Precedence Ladder: Instance > Config > Array > Dict > String > Bool > Default
- Lazy imports for LiteLLM (zero overhead until first use)
- Async-safe with both sync and async methods

