LICENSE
README.md
pyproject.toml
src/__init__.py
src/audio_feedback.py
src/cache.py
src/config.py
src/context.py
src/errors.py
src/history.py
src/logger.py
src/main.py
src/metrics.py
src/parser.py
src/resilience.py
src/session.py
src/utils.py
src/wake_word.py
src/grimoire/__init__.py
src/grimoire/commands.yaml
src/grimoire/dune.yaml
src/grimoire/vanilla.yaml
src/suzerain.egg-info/PKG-INFO
src/suzerain.egg-info/SOURCES.txt
src/suzerain.egg-info/dependency_links.txt
src/suzerain.egg-info/entry_points.txt
src/suzerain.egg-info/requires.txt
src/suzerain.egg-info/top_level.txt
tests/test_context.py
tests/test_edge_cases.py
tests/test_errors.py
tests/test_history.py
tests/test_integration.py
tests/test_main.py
tests/test_metrics.py
tests/test_parser.py
tests/test_resilience.py
tests/test_session.py
tests/test_wake_word.py