LICENSE
README.md
pyproject.toml
src/kentui/__init__.py
src/kentui/__main__.py
src/kentui/kenkui_api.py
src/kentui.egg-info/PKG-INFO
src/kentui.egg-info/SOURCES.txt
src/kentui.egg-info/dependency_links.txt
src/kentui.egg-info/entry_points.txt
src/kentui.egg-info/requires.txt
src/kentui.egg-info/top_level.txt
src/kentui/cli/__init__.py
src/kentui/cli/add.py
src/kentui/cli/add_profile.py
src/kentui/cli/audio_player.py
src/kentui/cli/cache.py
src/kentui/cli/cache_menu.py
src/kentui/cli/config.py
src/kentui/cli/job_config.py
src/kentui/cli/model_discovery.py
src/kentui/cli/progress.py
src/kentui/cli/state.py
src/kentui/cli/steps.py
src/kentui/cli/system.py
src/kentui/cli/system_menu.py
src/kentui/cli/voice_metadata.py
src/kentui/cli/voices.py
src/kentui/cli/voices_menu.py
tests/test_add.py
tests/test_cli.py
tests/test_kenkui_api_boundary.py
tests/test_model_discovery.py
tests/test_nlp_backend_picker.py
tests/test_progress.py
tests/test_restore_cache.py
tests/test_voices.py