Build an AI telephony agent for inbound and outbound calls
AI Telephony Agent Make INBOUND and OUTBOUND calls with AI agents using VideoSDK. Supports multiple SIP providers and AI agents with a clean, extensible architecture for VoIP telephony solutions. Installation Prerequisites Python 3.11+ VideoSDK account Twilio account (SIP trunking provider) Google API key (for Gemini AI) Setup Clone the repository git clone https://github.com/yourusername/ai-agent-telephony.git cd ai-agent-telephony Install dependencies pip install -r requirements.txt