headroom / tests /test_transforms

Commit History

fix: make compression more aggressive
d546552

tudragon154203 commited on

fix: compress user and tagged messages by default
ac1148d

tudragon154203 commited on

small redis fix
975be10

tudragon154203 commited on

Require explicit Redis env for aggregation
f366440

tudragon154203 commited on

Add live Redis multi-worker integration tests
3b5f254

tudragon154203 commited on

Support Redis env alias for multi-worker stats
25b97c4

tudragon154203 commited on

fix: remove legacy HEADROOM_REDIS_URL fallback, use REDIS_URL only
bdef235

tudragon154203 commited on

feat(proxy): Upstash Redis HTTP REST support for HF Spaces multi-worker stats
203d6c3

tudragon154203 Claude Sonnet 4.6 Happy commited on

fix(tokenizers): route Claude models to tiktoken cl100k_base
ddedd17

tudragon154203 commited on

refactor: use tiktoken universally for all model token counting
4febf89

tudragon154203 Claude Happy commited on

fix: route count_tokens to api.anthropic.com, not proxy base_url
0adb431

tudragon154203 Claude Happy commited on

chore(rust): SmartCrusher CCR marker injection + walker unification
9be19ab

chopratejas commited on

chore(rust): SmartCrusher CCR storage layer + roundtrip verification
b8eb3bb

chopratejas commited on

feat(rust): SmartCrusher PR4 — lossless-first default + CCR-Dropped restoration
9d92eec

chopratejas commited on

feat(rust): retire python smart_crusher, ship rust-only via pyo3
29b2ea5

chopratejas commited on

feat(rust): pyo3 bridge for SmartCrusher
d7302af

chopratejas commited on

fix(python+rust): smart_crusher bugs #1, #2, #3, #4 + sorted iteration
703eba9

chopratejas commited on

feat(rust): retire python diff_compressor, ship rust-only via pyo3
73b5b6c

chopratejas commited on

fix(diff): close ContentRouter routing gaps for merge diffs and long preambles
f19b245

chopratejas commited on

fix(diff_compressor): four silent information-loss paths in Python AND Rust
f89da7b

chopratejas commited on

Update number array tests for schema-preserving compression
7c97511

chopratejas commited on

Fix SmartCrusher bugs: schema violation, race condition, thread safety, recursion
4a52bbd

chopratejas Claude Opus 4.6 (1M context) commited on

Make KompressCompressor model-configurable: model_id, chunk_words, score_threshold
54857f5

chopratejas commited on

feat(kompress): add compress_batch with device-aware routing
ec42840

Swiftwing21 commited on

Fix tests: update default assertions for disabled CodeCompressor
84228ba

chopratejas commited on

Kompress ONNX INT8: text compression without torch dependency
32771a9

chopratejas commited on

Fix CI test, bump to 0.5.7
7749044

chopratejas commited on

Remove LLMLingua: Kompress is the sole text compressor
356d8ba

chopratejas commited on

Protect workflow XML tags from text compression
ce7905c

chopratejas commited on

Diversity-aware SmartCrusher: keep unique items, compress text within
da487ca

chopratejas Claude Opus 4.6 (1M context) commited on

Fix proxy crash when torch not installed (kompress lazy imports)
80f8f0d

chopratejas commited on

Add Kompress: ModernBERT token compressor replacing LLMLingua-2
001364f

chopratejas commited on

feat: provider-aware prefix cache tracking and combined savings dashboard
22987ea

chopratejas Claude Opus 4.6 commited on

fix: dashboard metrics, TTFB tracking, eager LLMLingua loading, and multi-provider consistency
0e85550

chopratejas commited on

feat(router): adaptive compression with Read lifecycle and context-pressure scaling
10d6c83

chopratejas commited on

feat(code): add semantic symbol importance to CodeAwareCompressor
42383c1

chopratejas commited on

Add Read Lifecycle: event-driven stale/superseded Read detection
a451bf7

chopratejas commited on

Add OSS evaluation suite, universal JSON crush, latency benchmarks
ad6f44c

chopratejas commited on

test: Update LLMLingua default model test to match new default
ba757e5

Prakersh Maheshwari Claude Sonnet 4.5 commited on

fix: Extend Anthropic format tool protection to IntelligentContextManager
5751341

chopratejas commited on

fix(tests): add missing skip decorator and tests for exclude_tools
934f3c4

Claude Code Bot Claude Opus 4.5 commited on

fix(tests): skip HTML extractor tests when trafilatura not installed
3addb72

Claude Code Bot Claude Opus 4.5 commited on

Add HTMLExtractor for web content extraction with OSS benchmarks
b560e7a

chopratejas Claude Opus 4.5 commited on

Add DiffCompressor and fix hnswlib SIGILL crash on CI
69d6091

chopratejas Claude Opus 4.5 commited on

feat(toin): add TOIN + CCR integration to IntelligentContextManager
f732f88

chopratejas commited on

Remove hardcoded source hint system from ContentRouter
e723f5f

chopratejas commited on

Add comprehensive evaluation framework for compression accuracy
339885c

chopratejas commited on

Add reasoning capability forwarding to HeadroomAgnoModel
2c5a3a3

chopratejas commited on

Add dynamic anchor selection with content deduplication
f8ef20f

chopratejas commited on