headroom/tests/test_compression
chopratejas 3290a3d582 Remove LLMLingua: Kompress is the sole text compressor
LLMLingua was the original ML text compressor (BERT-based). Kompress
(ModernBERT, trained on 330K structured tool outputs) replaced it with
better compression quality and simpler architecture.

Removed across 35 files:
- Deleted headroom/transforms/llmlingua_compressor.py
- Deleted tests/test_transforms/test_llmlingua_compressor.py
- Deleted tests/test_proxy_llmlingua.py
- Removed all enable_llmlingua config, _get_llmlingua methods,
  LLMLingua fallback paths, LLMLINGUA strategy enum values
- Removed CLI flags, model configs, compression handler references
- Simplified ContentRouter: Kompress is primary and only text compressor
2026-03-26 11:11:00 -07:00
..
__init__.py Add universal compression module with ML-based content detection 2026-01-15 15:26:14 -08:00
test_evals.py Remove LLMLingua: Kompress is the sole text compressor 2026-03-26 11:11:00 -07:00
test_json_handler.py Add universal compression module with ML-based content detection 2026-01-15 15:26:14 -08:00
test_llm_eval.py Remove LLMLingua: Kompress is the sole text compressor 2026-03-26 11:11:00 -07:00
test_masks.py Add universal compression module with ML-based content detection 2026-01-15 15:26:14 -08:00
test_universal.py Remove LLMLingua: Kompress is the sole text compressor 2026-03-26 11:11:00 -07:00