.gitignore
CHANGELOG.md
LICENSE
README.md
_botex.env
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
tox.ini
docs/getting_started.md
docs/index.md
docs/reference.md
docs/assets/css/overrides.css
docs/assets/images/gstarted_otree_monitor.png
docs/assets/images/index_botex_workflow.svg
docs/assets/images/tut_exp_3llms_fig1_guesses_by_round.png
docs/assets/images/tut_exp_3llms_fig2_payoffs.png
docs/tutorials/exp_3llms.md
docs/tutorials/running_an_experiment.md
src/botex/__init__.py
src/botex/bot.py
src/botex/bot_prompts.csv
src/botex/botex_db.py
src/botex/cli.py
src/botex/completion.py
src/botex/env.py
src/botex/gguf_parser.py
src/botex/llamacpp.py
src/botex/logger.py
src/botex/otree.py
src/botex/schemas.py
src/botex.egg-info/PKG-INFO
src/botex.egg-info/SOURCES.txt
src/botex.egg-info/dependency_links.txt
src/botex.egg-info/entry_points.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_bots.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/ButtonSelection.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
tests/unit/test_schemas.py