LICENSE
MANIFEST.in
README.md
pyproject.toml
roohai/__init__.py
roohai/agents.py
roohai/audio.py
roohai/base.py
roohai/config.py
roohai/default_config.yaml
roohai/hooks.py
roohai/pipeline.py
roohai/registry.py
roohai/secrets.py
roohai.egg-info/PKG-INFO
roohai.egg-info/SOURCES.txt
roohai.egg-info/dependency_links.txt
roohai.egg-info/entry_points.txt
roohai.egg-info/requires.txt
roohai.egg-info/top_level.txt
roohai/docs/api.md
roohai/docs/architecture.md
roohai/docs/building.md
roohai/docs/configuration.md
roohai/docs/custom-models.md
roohai/docs/examples.md
roohai/docs/getting-started.md
roohai/docs/index.md
roohai/docs/models.md
roohai/docs/saas-architecture-plan.md
roohai/frontend/app.js
roohai/frontend/audio-processor.js
roohai/frontend/index.html
roohai/frontend/logo.svg
roohai/frontend/styles.css
roohai/frontend/webrtc-client.js
roohai/frontend/wizard.js
roohai/llm/__init__.py
roohai/llm/bedrock.py
roohai/llm/local.py
roohai/stt/__init__.py
roohai/stt/deepgram.py
roohai/stt/nvidia_nemo.py
roohai/stt/wav2vec2.py
roohai/stt/whisper.py
roohai/tts/__init__.py
roohai/tts/bark.py
roohai/tts/cartesia.py
roohai/tts/piper.py
roohai/tts/speecht5.py
roohai/vad/__init__.py
roohai/vad/silero.py
server/__init__.py
server/app.py
server/cli.py
server/prepare.py
server/streaming.py
server/tracks.py
server/voice_common.py
server/webrtc.py
server/wizard.py
tests/test_api.py
tests/test_config.py
tests/test_hooks.py
tests/test_pipeline.py
tests/test_registry.py
tests/test_webrtc.py