forked from hkjarral/AVA-AI-Voice-Agent-for-Asterisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
35 lines (27 loc) · 749 Bytes
/
Copy pathrequirements.txt
File metadata and controls
35 lines (27 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Core ARI and WebSocket dependencies
ari==0.1.3
websockets==15.0.1
aiohttp==3.13.3
# Configuration and logging
pydantic>=2.7.0
pydantic_settings==2.12.0
structlog==25.5.0
prometheus-client==0.24.1
PyYAML==6.0.3
# Audio resampling (numpy linear interpolation for artifact-free streaming)
numpy>=1.24.0
# Utilities
tenacity==8.2.3
# WebRTC VAD for robust speech detection
webrtcvad==2.0.10
# Email tools dependencies
resend>=2.0.0
jinja2==3.1.6
dnspython==2.8.0
# OpenAI for summary generation
openai>=1.0.0
# Google Auth for Vertex AI Live API OAuth2/ADC support (AAVA-191)
# Only required when use_vertex_ai: true in provider config
google-auth>=2.0.0
# Google Calendar API client for business calendar tool
google-api-python-client>=2.0.0