CHANGELOG.txt
LICENCE.txt
MANIFEST.in
README.txt
__init__.py
req.txt
setup.py
vocode/__init__.py
vocode/helpers.py
vocode/streaming/__init__.py
vocode/streaming/constants.py
vocode/streaming/hosted_streaming_conversation.py
vocode/streaming/streaming_conversation.py
vocode/streaming/agent/__init__.py
vocode/streaming/agent/anthropic_agent.py
vocode/streaming/agent/base_agent.py
vocode/streaming/agent/bot_sentiment_analyser.py
vocode/streaming/agent/chat_gpt_agent.py
vocode/streaming/agent/echo_agent.py
vocode/streaming/agent/factory.py
vocode/streaming/agent/gpt4all_agent.py
vocode/streaming/agent/information_retrieval_agent.py
vocode/streaming/agent/llm_agent.py
vocode/streaming/agent/restful_user_implemented_agent.py
vocode/streaming/agent/utils.py
vocode/streaming/client_backend/__init__.py
vocode/streaming/client_backend/conversation.py
vocode/streaming/input_device/__init__.py
vocode/streaming/input_device/base_input_device.py
vocode/streaming/input_device/file_input_device.py
vocode/streaming/input_device/microphone_input.py
vocode/streaming/models/__init__.py
vocode/streaming/models/agent.py
vocode/streaming/models/audio_encoding.py
vocode/streaming/models/client_backend.py
vocode/streaming/models/events.py
vocode/streaming/models/message.py
vocode/streaming/models/model.py
vocode/streaming/models/synthesizer.py
vocode/streaming/models/telephony.py
vocode/streaming/models/transcriber.py
vocode/streaming/models/transcript.py
vocode/streaming/models/websocket.py
vocode/streaming/output_device/__init__.py
vocode/streaming/output_device/base_output_device.py
vocode/streaming/output_device/blocking_speaker_output.py
vocode/streaming/output_device/file_output_device.py
vocode/streaming/output_device/speaker_output.py
vocode/streaming/output_device/twilio_output_device.py
vocode/streaming/output_device/websocket_output_device.py
vocode/streaming/synthesizer/__init__.py
vocode/streaming/synthesizer/azure_synthesizer.py
vocode/streaming/synthesizer/bark_synthesizer.py
vocode/streaming/synthesizer/base_synthesizer.py
vocode/streaming/synthesizer/coqui_synthesizer.py
vocode/streaming/synthesizer/coqui_tts_synthesizer.py
vocode/streaming/synthesizer/eleven_labs_synthesizer.py
vocode/streaming/synthesizer/factory.py
vocode/streaming/synthesizer/google_synthesizer.py
vocode/streaming/synthesizer/gtts_synthesizer.py
vocode/streaming/synthesizer/play_ht_synthesizer.py
vocode/streaming/synthesizer/rime_synthesizer.py
vocode/streaming/synthesizer/stream_elements_synthesizer.py
vocode/streaming/telephony/__init__.py
vocode/streaming/telephony/constants.py
vocode/streaming/telephony/templater.py
vocode/streaming/telephony/utils.py
vocode/streaming/telephony/config_manager/__init__.py
vocode/streaming/telephony/config_manager/base_config_manager.py
vocode/streaming/telephony/config_manager/in_memory_config_manager.py
vocode/streaming/telephony/config_manager/redis_config_manager.py
vocode/streaming/telephony/conversation/__init__.py
vocode/streaming/telephony/conversation/call.py
vocode/streaming/telephony/conversation/outbound_call.py
vocode/streaming/telephony/conversation/zoom_dial_in.py
vocode/streaming/telephony/hosted/__init__.py
vocode/streaming/telephony/hosted/exceptions.py
vocode/streaming/telephony/hosted/inbound_call_server.py
vocode/streaming/telephony/hosted/inbound_call_user_agent_server.py
vocode/streaming/telephony/hosted/outbound_call.py
vocode/streaming/telephony/hosted/zoom_dial_in.py
vocode/streaming/telephony/server/__init__.py
vocode/streaming/telephony/server/base.py
vocode/streaming/telephony/server/router/calls.py
vocode/streaming/telephony/server/router/twiml.py
vocode/streaming/telephony/templates/__init__.py
vocode/streaming/transcriber/__init__.py
vocode/streaming/transcriber/assembly_ai_transcriber.py
vocode/streaming/transcriber/azure_transcriber.py
vocode/streaming/transcriber/base_transcriber.py
vocode/streaming/transcriber/deepgram_transcriber.py
vocode/streaming/transcriber/factory.py
vocode/streaming/transcriber/google_transcriber.py
vocode/streaming/transcriber/rev_ai_transcriber.py
vocode/streaming/transcriber/whisper_cpp_transcriber.py
vocode/streaming/user_implemented_agent/__init__.py
vocode/streaming/user_implemented_agent/base_agent.py
vocode/streaming/user_implemented_agent/restful_agent.py
vocode/streaming/utils/__init__.py
vocode/streaming/utils/base_router.py
vocode/streaming/utils/events_manager.py
vocode/streaming/utils/goodbye_model.py
vocode/streaming/utils/worker.py
vocode/turn_based/__init__.py
vocode/turn_based/turn_based_conversation.py
vocode/turn_based/agent/__init__.py
vocode/turn_based/agent/base_agent.py
vocode/turn_based/agent/chat_gpt_agent.py
vocode/turn_based/agent/echo_agent.py
vocode/turn_based/agent/gpt4all_agent.py
vocode/turn_based/input_device/__init__.py
vocode/turn_based/input_device/base_input_device.py
vocode/turn_based/input_device/microphone_input.py
vocode/turn_based/output_device/__init__.py
vocode/turn_based/output_device/base_output_device.py
vocode/turn_based/output_device/speaker_output.py
vocode/turn_based/synthesizer/__init__.py
vocode/turn_based/synthesizer/azure_synthesizer.py
vocode/turn_based/synthesizer/bark_synthesizer.py
vocode/turn_based/synthesizer/base_synthesizer.py
vocode/turn_based/synthesizer/coqui_synthesizer.py
vocode/turn_based/synthesizer/coqui_tts_synthesizer.py
vocode/turn_based/synthesizer/eleven_labs_synthesizer.py
vocode/turn_based/synthesizer/google_synthesizer.py
vocode/turn_based/synthesizer/gtts_synthesizer.py
vocode/turn_based/synthesizer/play_ht_synthesizer.py
vocode/turn_based/synthesizer/rime_synthesizer.py
vocode/turn_based/synthesizer/stream_elements_synthesizer.py
vocode/turn_based/transcriber/__init__.py
vocode/turn_based/transcriber/base_transcriber.py
vocode/turn_based/transcriber/sr_transcriber.py
vocode/turn_based/transcriber/whisper_cpp_transcriber.py
vocode/turn_based/transcriber/whisper_transcriber.py
vocode/utils/whisper_cpp/__init__.py
vocode/utils/whisper_cpp/helpers.py
vocode/utils/whisper_cpp/whisper_params.py
vocodesaaslabs.egg-info/PKG-INFO
vocodesaaslabs.egg-info/SOURCES.txt
vocodesaaslabs.egg-info/dependency_links.txt
vocodesaaslabs.egg-info/requires.txt
vocodesaaslabs.egg-info/top_level.txt