README.md
pyproject.toml
src/llm_chatbot/__init__.py
src/llm_chatbot/__main__.py
src/llm_chatbot/cli.py
src/llm_chatbot/commands.py
src/llm_chatbot/config.py
src/llm_chatbot/costs.py
src/llm_chatbot/discord_bot.py
src/llm_chatbot/i18n.py
src/llm_chatbot/listener.py
src/llm_chatbot/memory.py
src/llm_chatbot/openai_client.py
src/llm_chatbot/personality.py
src/llm_chatbot/runtime_utils.py
src/llm_chatbot/streaming.py
src/llm_chatbot/locales/en.yml
src/llm_chatbot/locales/fr.yml
src/llm_chatbot_kit.egg-info/PKG-INFO
src/llm_chatbot_kit.egg-info/SOURCES.txt
src/llm_chatbot_kit.egg-info/dependency_links.txt
src/llm_chatbot_kit.egg-info/entry_points.txt
src/llm_chatbot_kit.egg-info/requires.txt
src/llm_chatbot_kit.egg-info/top_level.txt
tests/test_listener.py
tests/test_openai_payload.py
tests/test_runtime_utils.py