LICENSE
README.md
pyproject.toml
echoai_helper.egg-info/PKG-INFO
echoai_helper.egg-info/SOURCES.txt
echoai_helper.egg-info/dependency_links.txt
echoai_helper.egg-info/entry_points.txt
echoai_helper.egg-info/requires.txt
echoai_helper.egg-info/top_level.txt
scripts/__init__.py
scripts/calibrate_vad.py
scripts/check_audio.py
scripts/install_launcher.py
scripts/setup_audio.py
src/AudioRecorder.py
src/AudioTranscriber.py
src/GPTResponder.py
src/ResponseManager.py
src/SettingsManager.py
src/TemplateManager.py
src/TranscriberModels.py
src/TranscriptUI.py
src/app.py
src/cli.py
src/conf.yaml
src/config.py
src/export_dialog.py
src/export_markdown.py
src/launcher_macos.py
src/polish.py
src/profiles.py
src/prompts.py
src/session.py
src/asr/asr_factory.py
src/asr/asr_interface.py
src/asr/asr_with_vad.py
src/asr/azure_asr.py
src/asr/diarization.py
src/asr/faster_whisper_asr.py
src/asr/fun_asr.py
src/asr/hypothesis.py
src/asr/openai_whisper_asr.py
src/asr/segmenter.py
src/asr/vad.py
src/asr/whisper_cpp_asr.py
src/asr/models/silero_vad.onnx
src/audio/__init__.py
src/audio/backend.py
src/audio/coreaudio.py
src/audio/macos.py
src/audio/setup_macos.py
src/audio/windows.py
src/custom_speech_recognition/__init__.py
src/custom_speech_recognition/__main__.py
src/custom_speech_recognition/audio.py
src/custom_speech_recognition/exceptions.py
src/llm/__init__.py
src/llm/cli_provider.py
src/llm/litellm_provider.py
src/llm/llm_provider.py
src/llm/openai_provider.py
src/llm/provider_factory.py
src/resources/config/settings.json
src/resources/prompt/Interview Analysis.md
src/resources/prompt/Meeting Analysis.md
src/resources/prompt/case_detail/inbound_cs.txt
src/resources/prompt/case_detail/none.txt
src/resources/prompt/knowledge/none.txt
src/resources/prompt/system_role/inbound_cs.py
src/resources/prompt/system_role/phone_interview.py
tests/test_audio_backend.py
tests/test_audio_setup.py
tests/test_cli.py
tests/test_config.py
tests/test_diarization.py
tests/test_export_dialog.py
tests/test_export_markdown.py
tests/test_hypothesis.py
tests/test_launcher.py
tests/test_polish.py
tests/test_prompts.py
tests/test_responder.py
tests/test_segmenter.py
tests/test_session.py
tests/test_transcriber.py