LICENSE
README.md
pyproject.toml
speechcortex/__init__.py
speechcortex/client.py
speechcortex/errors.py
speechcortex/py.typed
speechcortex/version.py
speechcortex/core/__init__.py
speechcortex/core/api_error.py
speechcortex/core/client_options.py
speechcortex/core/environment.py
speechcortex/core/events.py
speechcortex/core/query_encoder.py
speechcortex/core/remove_none_from_dict.py
speechcortex/core/request_options.py
speechcortex/core/unchecked_base_model.py
speechcortex/helpers/__init__.py
speechcortex/helpers/constants.py
speechcortex/helpers/errors.py
speechcortex/helpers/microphone.py
speechcortex/listen/__init__.py
speechcortex/listen/batch/__init__.py
speechcortex/listen/batch/client.py
speechcortex/listen/batch/options.py
speechcortex/listen/batch/types.py
speechcortex/listen/v1/__init__.py
speechcortex/listen/v1/client.py
speechcortex/listen/v1/options.py
speechcortex/listen/v1/socket_client.py
speechcortex/listen/v1/types.py
speechcortex/transport/__init__.py
speechcortex/transport/websocket.py
speechcortex_sdk.egg-info/PKG-INFO
speechcortex_sdk.egg-info/SOURCES.txt
speechcortex_sdk.egg-info/dependency_links.txt
speechcortex_sdk.egg-info/requires.txt
speechcortex_sdk.egg-info/top_level.txt
tests/test_client_routing.py
tests/test_version.py