LICENSE
README.md
pyproject.toml
delta/__init__.py
delta/adaptive.py
delta/analysis.py
delta/ast_python.py
delta/bpe_discovery.py
delta/compressor.py
delta/config.py
delta/config_helpers.py
delta/corpus.py
delta/dictionary.py
delta/dictionary_store.py
delta/discovery.py
delta/discovery_parallel.py
delta/discovery_sa.py
delta/domain.py
delta/embedding_cache.py
delta/embeddings.py
delta/engine.py
delta/fuzzy.py
delta/metrics.py
delta/metrics_writer.py
delta/offline_pipeline.py
delta/pattern_cache.py
delta/pattern_importance.py
delta/patterns.py
delta/preprocess.py
delta/quality_alerts.py
delta/quality_export.py
delta/quality_monitor.py
delta/quality_predictor.py
delta/selection.py
delta/selection_ilp.py
delta/selection_semantic.py
delta/sequence.py
delta/serialization.py
delta/static_dict_builder.py
delta/static_dict_io.py
delta/static_dicts.py
delta/streaming.py
delta/subsumption.py
delta/suffix_array.py
delta/suffix_array_fast.py
delta/swap.py
delta/template_discovery.py
delta/template_serialization.py
delta/template_types.py
delta/tokenizer.py
delta/training.py
delta/types.py
delta/utils.py
delta/validation.py
delta/vocab.py
delta/mcp/__init__.py
delta/mcp/__main__.py
delta/mcp/config.py
delta/mcp/metrics.py
delta/mcp/server.py
delta/mcp/tools.py
delta_ltsc.egg-info/PKG-INFO
delta_ltsc.egg-info/SOURCES.txt
delta_ltsc.egg-info/dependency_links.txt
delta_ltsc.egg-info/entry_points.txt
delta_ltsc.egg-info/requires.txt
delta_ltsc.egg-info/top_level.txt
tests/test_adaptive.py
tests/test_bpe_discovery.py
tests/test_combined_metrics_jsonl.py
tests/test_combined_metrics_path.py
tests/test_combined_metrics_source.py
tests/test_compress.py
tests/test_compressibility_unit.py
tests/test_config_helpers.py
tests/test_corpus_loader.py
tests/test_dictionary_serialization.py
tests/test_discovery_unit.py
tests/test_embedding_cache.py
tests/test_integration_new_features.py
tests/test_integration_samples.py
tests/test_mcp.py
tests/test_metrics_jsonl.py
tests/test_metrics_writer.py
tests/test_offline_pipeline.py
tests/test_pattern_cache.py
tests/test_pattern_importance.py
tests/test_properties.py
tests/test_quality_monitor.py
tests/test_quality_predictor.py
tests/test_regression.py
tests/test_selection_improvements.py
tests/test_selection_semantic.py
tests/test_selection_unit.py
tests/test_static_dict_builder.py
tests/test_streaming.py
tests/test_subsumption.py
tests/test_suffix_array.py
tests/test_suffix_array_fast.py
tests/test_suffix_array_naive.py
tests/test_template.py
tests/test_training.py