.DS_Store
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
main.py
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/jspsych-plugin-request.md
.github/ISSUE_TEMPLATE/new-features-for-existing-stimuli.md
.github/ISSUE_TEMPLATE/translation-bug.md
.github/workflows/joss-paper.yml
.github/workflows/publish-documentation-gh-pages.yml
.github/workflows/python-publish.yml
.github/workflows/test-pytest.yml
build_scripts/img_processing.py
build_scripts/res/stroop-timeline.png
build_scripts/res/trolley-problem.png
docs/Announcement.md
docs/CONTRIBUTING.md
docs/index.md
docs/installation.md
docs/styles.css
docs/Basic Tutorials/(1) First Experiment.ipynb
docs/Basic Tutorials/(2) Instruction Block.ipynb
docs/Basic Tutorials/(3) Trial Block.ipynb
docs/Basic Tutorials/(4) Responses and Feedback.ipynb
docs/Basic Tutorials/(5) Combining Instructions, Stimuli, and Responses.ipynb
docs/Basic Tutorials/(6) Side Effects.ipynb
docs/Basic Tutorials/(7) Generating Text-Based Experiments for LLMs.ipynb
docs/Basic Tutorials/index.md
docs/Notebooks/Basic LLM Experiment.ipynb
docs/Notebooks/tst.py
docs/Stimuli/index.md
docs/Stimuli/choice/bandit.html
docs/Stimuli/choice/bandit.py
docs/Stimuli/choice/index.md
docs/Stimuli/generic/generic.py
docs/Stimuli/image/image.html
docs/Stimuli/image/image.py
docs/Stimuli/image/image_language.py
docs/Stimuli/image/index.md
docs/Stimuli/rdp/index.md
docs/Stimuli/rdp/psychophysics.html
docs/Stimuli/rdp/psychophysics.py
docs/Stimuli/rok/index.md
docs/Stimuli/rok/rok.html
docs/Stimuli/rok/rok.py
docs/Stimuli/survey/index.md
docs/Stimuli/survey/likert.py
docs/Stimuli/survey/multiple_choice.html
docs/Stimuli/survey/multiple_choice.py
docs/Stimuli/survey/text_survey.html
docs/Stimuli/survey/text_survey.py
docs/Stimuli/symbols/index.md
docs/Stimuli/symbols/symbols.html
docs/Stimuli/symbols/symbols.py
docs/Stimuli/text/flanker.html
docs/Stimuli/text/flanker.py
docs/Stimuli/text/index.md
docs/Stimuli/text/stroop.html
docs/Stimuli/text/stroop.py
docs/Stimuli/text/text.html
docs/Stimuli/text/text.py
docs/Use Case Tutorials/index.md
docs/Use Case Tutorials/Comparing LLM and human behavior/Bandit Task.ipynb
docs/Use Case Tutorials/Comparing LLM and human behavior/Trolley Problem.ipynb
docs/Use Case Tutorials/Comparing LLM and human behavior/index.md
docs/Use Case Tutorials/Piloting Experiments with LLMs/Bandit Task with Model Confidence.ipynb
docs/Use Case Tutorials/Piloting Experiments with LLMs/Bandit Task with Target Value.ipynb
docs/Use Case Tutorials/Piloting Experiments with LLMs/index.md
docs/Use Case Tutorials/Psychophysics/index.md
docs/Use Case Tutorials/Psychophysics/psychophysics.ipynb
docs/Use Case Tutorials/Psychophysics/sweetpea.ipynb
docs/User Guide/data_variables.md
docs/User Guide/documentation_stimulus_sequence.md
docs/User Guide/function_variables.md
docs/User Guide/index.md
docs/User Guide/llm_synthetic_participant.md
docs/User Guide/overview.md
docs/User Guide/shared_variables_and_side_effects.md
docs/User Guide/timeline_variables.md
docs/img/word-cloud.png
docs/img/stimuli/bandit.png
docs/img/stimuli/flanker.png
docs/img/stimuli/image.png
docs/img/stimuli/rok.png
docs/img/stimuli/stroop.png
docs/img/stimuli/symbols.png
docs/img/stimuli/weber_fechner.png
docs/javascripts/mathjax.js
examples/.DS_Store
examples/AI Experiment/Basic LLM Experiment.ipynb
examples/AI Experiment/Psychometric.ipynb
examples/AI Experiment/Stability Flexibility.ipynb
examples/AI Experiment/google_api.py
examples/AI Experiment/llama_api.py
examples/text/.DS_Store
mkdocs/gen_ref_pages.py
mkdocs/hooks.py
mkdocs/overrides/main.html
paper/paper.bib
paper/paper.md
src/sweetbean/__init__.py
src/sweetbean/_const.py
src/sweetbean/block.py
src/sweetbean/data.py
src/sweetbean/experiment.py
src/sweetbean.egg-info/PKG-INFO
src/sweetbean.egg-info/SOURCES.txt
src/sweetbean.egg-info/dependency_links.txt
src/sweetbean.egg-info/requires.txt
src/sweetbean.egg-info/top_level.txt
src/sweetbean/llm_utils/__init__.py
src/sweetbean/llm_utils/prompts.py
src/sweetbean/stimulus/Choice.py
src/sweetbean/stimulus/Generic.py
src/sweetbean/stimulus/HtmlKeyboardResponse.py
src/sweetbean/stimulus/Image.py
src/sweetbean/stimulus/RO.py
src/sweetbean/stimulus/Stimulus.py
src/sweetbean/stimulus/Survey.py
src/sweetbean/stimulus/Video.py
src/sweetbean/stimulus/_Template_.py
src/sweetbean/stimulus/__init__.py
src/sweetbean/util/parse.py
src/sweetbean/variable/__init__.py
tests/test_js_code.py
tests/test_stimuli.py
transcrypt_static/copy.js
transcrypt_static/runtime.js