skills/smithery.ai/retellai-sdk-patterns

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-sdk installed

Instructions

Step 1: Singleton Client

import Retell from 'retell-sdk';

let _retell: Retell | null = null;
Installs
1
First Seen
Apr 12, 2026
retellai-sdk-patterns from smithery.ai