LICENSE
README.md
setup.py
guidance/__init__.py
guidance/_grammar.py
guidance/_program.py
guidance/_program_executor.py
guidance/_utils.py
guidance/selectors.py
guidance.egg-info/PKG-INFO
guidance.egg-info/SOURCES.txt
guidance.egg-info/dependency_links.txt
guidance.egg-info/requires.txt
guidance.egg-info/top_level.txt
guidance/library/__init__.py
guidance/library/_add.py
guidance/library/_assistant.py
guidance/library/_await.py
guidance/library/_block.py
guidance/library/_break.py
guidance/library/_contains.py
guidance/library/_each.py
guidance/library/_equal.py
guidance/library/_gen.py
guidance/library/_geneach.py
guidance/library/_greater.py
guidance/library/_if.py
guidance/library/_less.py
guidance/library/_parse.py
guidance/library/_role.py
guidance/library/_select.py
guidance/library/_set.py
guidance/library/_shell.py
guidance/library/_strip.py
guidance/library/_subtract.py
guidance/library/_system.py
guidance/library/_unless.py
guidance/library/_user.py
guidance/llms/__init__.py
guidance/llms/_deep_speed.py
guidance/llms/_llm.py
guidance/llms/_mock.py
guidance/llms/_openai.py
guidance/llms/_transformers.py
guidance/llms/caches/__init__.py
guidance/llms/caches/_cache.py
guidance/llms/caches/_diskcache.py
guidance/llms/caches/_gptcache.py
guidance/llms/transformers/__init__.py
guidance/llms/transformers/_koala.py
guidance/llms/transformers/_llama.py
guidance/llms/transformers/_mpt.py
guidance/llms/transformers/_stablelm.py
guidance/llms/transformers/_vicuna.py
guidance/resources/main.js
tests/__init__.py
tests/test_program.py
tests/utils.py
tests/library/__init__.py
tests/library/test_add.py
tests/library/test_assistant.py
tests/library/test_await.py
tests/library/test_block.py
tests/library/test_break.py
tests/library/test_contains.py
tests/library/test_each.py
tests/library/test_equal.py
tests/library/test_gen.py
tests/library/test_geneach.py
tests/library/test_greater.py
tests/library/test_if.py
tests/library/test_include.py
tests/library/test_less.py
tests/library/test_role.py
tests/library/test_select.py
tests/library/test_set.py
tests/library/test_strip.py
tests/library/test_subtract.py
tests/library/test_system.py
tests/library/test_unless.py
tests/library/test_user.py
tests/llms/__init__.py
tests/llms/test_openai.py
tests/llms/test_transformers.py
tests/llms/transformers/__init__.py
tests/llms/transformers/test_llama.py
tests/llms/transformers/test_mpt.py