{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/11"}],"enrichment":{"capability":"Provides a Python client library for the Retell REST API, offering synchronous and asynchronous access to voice agent creation and management with full type hints.","skillfed_tags":["voice-ai","async-http","typed-client"],"use_cases":["Create and configure voice agents with custom LLM backends and voice settings via the agent.create() endpoint.","Build async applications that manage multiple concurrent voice agent interactions without blocking.","Integrate Retell voice capabilities into existing Python applications with full type safety and IDE support.","Handle API errors gracefully by catching specific exception types (RateLimitError, AuthenticationError, etc.).","Use the optional aiohttp backend to optimize concurrency performance in high-throughput async scenarios."],"what_it_does":"Retell-sdk is the official Python client for the Retell REST API, a service for building and managing voice agents. It wraps the Retell API endpoints with typed request and response models, automatic retries, and configurable timeouts. The library supports both synchronous (Retell) and asynchronous (AsyncRetell) clients, both powered by httpx by default, with an optional aiohttp backend for async workloads.\n\nThe package is designed for developers building voice-based conversational AI applications. It handles authentication, error mapping (distinguishing connection errors, rate limits, and HTTP status codes), and provides Pydantic models for responses with helper methods like to_json() and to_dict(). Type hints throughout enable IDE autocomplete and type checking, and the library includes automatic retry logic for transient failures.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, installs with low friction, uses a permissive license, and provides a well-typed, production-ready client for the Retell API. Install it if you are building voice agent applications with Retell."},"id":"retell-sdk","links":{"html":"https://skillfed.io/packages/retell-sdk","md":"https://skillfed.io/packages/retell-sdk.md","pypi":"https://pypi.org/project/retell-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-10","license_spdx":null,"license_treatment":"permissive","name":"retell-sdk","python_support":"supports_current","summary":"The official Python library for the retell API"},"popularity":{"monthly_downloads":577082,"position":5926,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.61.0"}
