README.md
pyproject.toml
openvip/__init__.py
openvip/api_client.py
openvip/api_response.py
openvip/client.py
openvip/configuration.py
openvip/exceptions.py
openvip/messages.py
openvip/py.typed
openvip/rest.py
openvip.egg-info/PKG-INFO
openvip.egg-info/SOURCES.txt
openvip.egg-info/dependency_links.txt
openvip.egg-info/requires.txt
openvip.egg-info/top_level.txt
openvip/api/__init__.py
openvip/api/control_api.py
openvip/api/messages_api.py
openvip/api/speech_api.py
openvip/api/status_api.py
openvip/models/__init__.py
openvip/models/control_request.py
openvip/models/error.py
openvip/models/message.py
openvip/models/message_x_agent_switch.py
openvip/models/message_x_input.py
openvip/models/response.py
openvip/models/speech_request.py
openvip/models/speech_response.py
openvip/models/status.py
openvip/models/status_stt.py
openvip/models/status_tts.py
openvip/models/transcription.py
test/test_control_api.py
test/test_control_request.py
test/test_error.py
test/test_message.py
test/test_message_x_agent_switch.py
test/test_message_x_input.py
test/test_messages_api.py
test/test_response.py
test/test_speech_api.py
test/test_speech_request.py
test/test_speech_response.py
test/test_status.py
test/test_status_api.py
test/test_status_stt.py
test/test_status_tts.py
test/test_transcription.py
tests/test_client.py
tests/test_messages.py
tests/test_models.py