README.md
pyproject.toml
setup.cfg
setup.py
BanterBot.egg-info/PKG-INFO
BanterBot.egg-info/SOURCES.txt
BanterBot.egg-info/dependency_links.txt
BanterBot.egg-info/entry_points.txt
BanterBot.egg-info/requires.txt
BanterBot.egg-info/top_level.txt
banterbot/__init__.py
banterbot/config.py
banterbot/data/__init__.py
banterbot/data/azure_neural_voices.py
banterbot/data/enums.py
banterbot/data/openai_models.py
banterbot/data/prompts.py
banterbot/extensions/__init__.py
banterbot/extensions/interface.py
banterbot/extensions/option_selector.py
banterbot/extensions/persona.py
banterbot/extensions/prosody_selector.py
banterbot/gui/__init__.py
banterbot/gui/cli.py
banterbot/gui/tk_multiplayer_interface.py
banterbot/gui/tk_simple_interface.py
banterbot/managers/__init__.py
banterbot/managers/memory_chain.py
banterbot/managers/openai_manager.py
banterbot/managers/speech_to_text.py
banterbot/managers/text_to_speech.py
banterbot/protos/__init__.py
banterbot/protos/memory_pb2.py
banterbot/utils/__init__.py
banterbot/utils/exceptions.py
banterbot/utils/memory.py
banterbot/utils/message.py
banterbot/utils/nlp.py
banterbot/utils/phrase.py
banterbot/utils/primary_trait.py
banterbot/utils/secondary_trait.py
banterbot/utils/speech_to_text_output.py
banterbot/utils/tertiary_trait.py
banterbot/utils/text_to_speech_output.py
banterbot/utils/thread_queue.py
banterbot/utils/word.py
tests/__init__.py
tests/data/__init__.py
tests/data/test_azure_neural_voices.py
tests/data/test_openai_models.py
tests/extensions/__init__.py
tests/extensions/test_option_predictor.py
tests/extensions/test_option_selector.py
tests/managers/__init__.py
tests/managers/test_memory_chain.py
tests/managers/test_openai_manager.py
tests/managers/test_speech_to_text.py
tests/managers/test_text_to_speech.py
tests/utils/__init__.py
tests/utils/test_memory.py
tests/utils/test_message.py
tests/utils/test_nlp.py
tests/utils/test_speech_to_text_output.py
tests/utils/test_text_to_speech_output.py
tests/utils/test_thread_queue.py
tests/utils/test_word.py