retellai-sdk-patterns
Installation
SKILL.md
Retell AI SDK Patterns
Overview
Production-ready patterns for Retell AI: client singletons, typed agent configurations, call management, and error handling.
Prerequisites
- Completed
retellai-install-auth retell-sdkinstalled
Instructions
Step 1: Singleton Client
import Retell from 'retell-sdk';
let _retell: Retell | null = null;