.gitignore
.pre-commit-config.yaml
DEVELOPING.md
LICENSE
README.md
logo.png
mkdocs.yml
pyproject.toml
.github/workflows/docs-preview.yml
.github/workflows/docs.yml
.github/workflows/pytest.yml
.github/workflows/release.yml
.github/workflows/ruff.yml
docs/gen_reference_page.py
docs/getting_started.md
docs/index.md
docs/logo.png
docs/performance.md
docs/potentials.md
docs/samplers.md
docs/javascripts/mathjax.js
genlm/control/__init__.py
genlm/control/constant.py
genlm/control/typing.py
genlm/control/util.py
genlm/control/viz.py
genlm/control/html/smc.html
genlm/control/potential/__init__.py
genlm/control/potential/autobatch.py
genlm/control/potential/base.py
genlm/control/potential/coerce.py
genlm/control/potential/harmony.py
genlm/control/potential/multi_proc.py
genlm/control/potential/operators.py
genlm/control/potential/product.py
genlm/control/potential/stateful.py
genlm/control/potential/streaming.py
genlm/control/potential/testing.py
genlm/control/potential/built_in/__init__.py
genlm/control/potential/built_in/bytellm.py
genlm/control/potential/built_in/canonical.py
genlm/control/potential/built_in/json.py
genlm/control/potential/built_in/llm.py
genlm/control/potential/built_in/wcfg.py
genlm/control/potential/built_in/wfsa.py
genlm/control/sampler/__init__.py
genlm/control/sampler/sequence.py
genlm/control/sampler/set.py
genlm/control/sampler/token.py
genlm/control/sampler/unit.py
genlm_control.egg-info/PKG-INFO
genlm_control.egg-info/SOURCES.txt
genlm_control.egg-info/dependency_links.txt
genlm_control.egg-info/requires.txt
genlm_control.egg-info/top_level.txt
tests/conftest.py
tests/test_constant.py
tests/test_mlx.py
tests/test_setups.py
tests/test_typing.py
tests/test_util.py
tests/test_viz.py
tests/potential/harmony_chat_examples.json
tests/potential/test_autobatch.py
tests/potential/test_base.py
tests/potential/test_bytellm.py
tests/potential/test_canonical.py
tests/potential/test_coerce.py
tests/potential/test_duplicate_byte_strings.py
tests/potential/test_harmony.py
tests/potential/test_json.py
tests/potential/test_llm.py
tests/potential/test_mp.py
tests/potential/test_operators.py
tests/potential/test_product.py
tests/potential/test_stateful.py
tests/potential/test_testing.py
tests/potential/test_wcfg.py
tests/potential/test_wfsa.py
tests/sampler/test_awrs.py
tests/sampler/test_seq_sampler.py
tests/sampler/test_sequences.py
tests/sampler/test_set_sampler.py
tests/sampler/test_token_sampler.py
tests/sampler/test_unit_sampler.py