LICENSE
README.md
pyproject.toml
sembr/__init__.py
sembr/cli.py
sembr/config.py
sembr/default.toml
sembr/inference.py
sembr/mcp.py
sembr/platforms.py
sembr/process.py
sembr.egg-info/PKG-INFO
sembr.egg-info/SOURCES.txt
sembr.egg-info/dependency_links.txt
sembr.egg-info/entry_points.txt
sembr.egg-info/requires.txt
sembr.egg-info/top_level.txt
sembr/mlx/__init__.py
sembr/mlx/backend.py
sembr/mlx/tokenizers.py
sembr/processors/__init__.py
sembr/processors/base.py
sembr/processors/latex.py
sembr/processors/markdown.py
sembr/processors/plaintext.py
sembr/processors/utils.py
sembr/train/__init__.py
sembr/train/__main__.py
sembr/train/databuilder.py
sembr/train/dataset.py
sembr/train/eval.py
sembr/train/export_mlx_bert.py
sembr/train/trainer.py
sembr/train/utils.py
tests/test_actual_sembr.py
tests/test_cli_config.py
tests/test_inference.py
tests/test_markdown_syntax.py
tests/test_mlx_backend_routing.py
tests/test_mlx_tokenizer.py
tests/test_processor_indent_config.py
tests/test_rewrap_api_config.py
tests/test_syntax_simple.py