retellai-ci-integration
Configure Retell AI CI/CD integration with GitHub Actions and testing.\nUse when setting up automated testing, configuring CI pipelines,\nor integrating Retell AI tests into your build process.\nTrigger with phrases like \
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Configure Retell AI CI/CD integration with GitHub Actions and testing.\nUse when setting up automated testing, configuring CI pipelines,\nor integrating Retell AI tests into your build process.\nTrigger with phrases like \
How to use
Upewnij się, że ukończyłeś konfigurację autentykacji za pomocą skilla retellai-install-auth — bez tego skill nie będzie mógł połączyć się z API Retell AI.
Załaduj skill, wyzwalając go frazami takimi jak "retell ci integration", "retellai-ci-integration" lub "voice agent" w kontekście pracy z agentami głosowymi.
Zaimportuj SDK Retell AI w swoim projekcie TypeScript lub Node.js, używając wzorca: import Retell from 'retell-sdk' oraz inicjalizuj klienta z kluczem API pobranym ze zmiennej środowiskowej RETELL_API_KEY.
Użyj metod SDK do zarządzania agentami — na przykład retell.agent.list() zwróci listę dostępnych agentów, którą możesz wyświetlić lub przetworzyć w pipeline'u.
Obsługuj typowe błędy: 401 Unauthorized oznacza nieprawidłowy klucz API (sprawdź zmienną RETELL_API_KEY), 429 Rate Limited wymaga implementacji backoff'u, a 400 Bad Request wskazuje na niepoprawne parametry (sprawdź dokumentację API).
Zintegruj skill z GitHub Actions lub innym narzędziem CI — użyj npm do instalacji retell-sdk, a następnie uruchom skrypty testujące agentów w ramach procesu budowania.