LICENSE
README.md
pyproject.toml
chuchote/__init__.py
chuchote/__main__.py
chuchote/audio.py
chuchote/banner.py
chuchote/cli.py
chuchote/config.py
chuchote/doctor.py
chuchote/llm.py
chuchote/loop.py
chuchote/memory.py
chuchote/stt.py
chuchote/text.py
chuchote/tts.py
chuchote/vad.py
chuchote/wakeword.py
chuchote.egg-info/PKG-INFO
chuchote.egg-info/SOURCES.txt
chuchote.egg-info/dependency_links.txt
chuchote.egg-info/entry_points.txt
chuchote.egg-info/requires.txt
chuchote.egg-info/top_level.txt
tests/test_banner.py
tests/test_config.py
tests/test_doctor.py
tests/test_memory.py
tests/test_stt.py
tests/test_text.py