.gitignore
LICENSE
README.md
_secrets.env
pyproject.toml
requirements.txt
setup.py
tox.ini
src/botex/__init__.py
src/botex/bot.py
src/botex/bot_prompts.csv
src/botex/botex_db.py
src/botex/gguf_parser.py
src/botex/local_llm.py
src/botex/otree.py
src/botex.egg-info/PKG-INFO
src/botex.egg-info/SOURCES.txt
src/botex.egg-info/dependency_links.txt
src/botex.egg-info/requires.txt
src/botex.egg-info/top_level.txt
tests/conftest.py
tests/questions.csv
tests/test_a_botex_db.py
tests/test_b_otree.py
tests/test_c_local_llm.py
tests/test_c_openai.py
tests/test_d_exports.py
tests/utils.py
tests/otree/.gitignore
tests/otree/Procfile
tests/otree/requirements.txt
tests/otree/settings.py
tests/otree/_static/global/empty.css
tests/otree/_templates/global/Page.html
tests/otree/botex_test/Introduction.html
tests/otree/botex_test/Questions1.html
tests/otree/botex_test/Questions2.html
tests/otree/botex_test/Thanks.html
tests/otree/botex_test/__init__.py