技能 人工智能 Retell AI升级迁移:语音代理与通话自动化

Retell AI升级迁移:语音代理与通话自动化

v20260423
retellai-upgrade-migration
该技能提供了一套完整的Retell AI升级迁移模式和实现指南。它专为开发人员设计,用于构建和优化基于语音代理、电话呼叫和复杂电信工作流的AI应用。内容涵盖了从SDK调用到错误处理的全面最佳实践,确保系统部署的稳定性和可靠性。
获取技能
82 次下载
概览

Retell AI Upgrade Migration

Overview

Implementation patterns for Retell AI upgrade migration — voice agent and telephony platform.

Prerequisites

  • Completed retellai-install-auth setup

Instructions

Step 1: SDK Pattern

import Retell from 'retell-sdk';
const retell = new Retell({ apiKey: process.env.RETELL_API_KEY! });

const agents = await retell.agent.list();
console.log(`Agents: ${agents.length}`);

Output

  • Retell AI integration for upgrade migration

Error Handling

Error Cause Solution
401 Unauthorized Invalid API key Check RETELL_API_KEY
429 Rate Limited Too many requests Implement backoff
400 Bad Request Invalid parameters Check API documentation

Resources

Next Steps

See related Retell AI skills for more workflows.

信息
Category 人工智能
Name retellai-upgrade-migration
版本 v20260423
大小 1.77KB
更新时间 2026-04-28
语言