LICENSE
README.md
pyproject.toml
legroom/__init__.py
legroom/_version.py
legroom/py.typed
legroom.egg-info/PKG-INFO
legroom.egg-info/SOURCES.txt
legroom.egg-info/dependency_links.txt
legroom.egg-info/entry_points.txt
legroom.egg-info/requires.txt
legroom.egg-info/top_level.txt
legroom/analysis/__init__.py
legroom/analysis/budget.py
legroom/analysis/cross_turn_dedup.py
legroom/analysis/evaluation.py
legroom/analysis/llama_benchmarks.py
legroom/analysis/query_relevance.py
legroom/analysis/read_lifecycle.py
legroom/analysis/task_replay.py
legroom/analysis/tokenizer.py
legroom/ccr/__init__.py
legroom/ccr/compression_store.py
legroom/ccr/marker_resolution.py
legroom/ccr/tool_injection.py
legroom/compressors/__init__.py
legroom/compressors/adaptive_sizer.py
legroom/compressors/balanced_end.py
legroom/compressors/code_compressor.py
legroom/compressors/compressor_registry.py
legroom/compressors/content_detector.py
legroom/compressors/content_router.py
legroom/compressors/json_canonicalizer.py
legroom/compressors/kv_cache_fingerprinter.py
legroom/compressors/kv_cache_optimizer.py
legroom/compressors/log_compressor.py
legroom/compressors/lossless_compaction.py
legroom/compressors/ml_compressor.py
legroom/compressors/models.py
legroom/compressors/recursive_json.py
legroom/compressors/search_compressor.py
legroom/compressors/semantic_dedup.py
legroom/compressors/sequential_normalizer.py
legroom/compressors/smart_crusher.py
legroom/compressors/text_compressor.py
legroom/compressors/token_boundary_aligner.py
legroom/compressors/token_normalizer.py
legroom/compressors/tool_schema_canonicalizer.py
legroom/compressors/whitespace_canonicalizer.py
legroom/integration/__init__.py
legroom/integration/calibration.py
legroom/integration/cli.py
legroom/integration/provider_adapters.py
legroom/integration/provider_cache.py
legroom/integration/sdk_worker.py
legroom/output/__init__.py
legroom/output/policy.py
legroom/output/shaper.py
legroom/output/turn_classify.py
legroom/proxy/__init__.py
legroom/proxy/body_forwarding.py
legroom/proxy/compression_cache.py
legroom/proxy/headers.py
legroom/proxy/observability.py
legroom/proxy/protocols.py
legroom/proxy/proxy_dashboard.py
legroom/proxy/proxy_server.py
legroom/proxy/proxy_state.py
legroom/runtime/__init__.py
legroom/runtime/compress.py
legroom/runtime/config.py
legroom/runtime/ir.py
legroom/runtime/phases.py
legroom/runtime/pipeline.py
legroom/runtime/prefix_kv_cache.py
legroom/runtime/risk_policy.py
legroom/runtime/stable_prefix.py
tests/test_audit_regressions.py
tests/test_benchmark_cli.py
tests/test_budget.py
tests/test_calibration.py
tests/test_code_compressor.py
tests/test_compress.py
tests/test_compression_cache_prefix_aware.py
tests/test_evaluation.py
tests/test_ir_and_phases.py
tests/test_json_canonicalizer.py
tests/test_llama_benchmarks.py
tests/test_new_modules.py
tests/test_pipeline.py
tests/test_prefix_kv_cache.py
tests/test_provider_cache.py
tests/test_proxy.py
tests/test_proxy_wire.py
tests/test_read_lifecycle.py
tests/test_risk_policy.py
tests/test_sdk_worker.py
tests/test_semantic_dedup.py
tests/test_sequential_normalizer.py
tests/test_task_replay.py
tests/test_tool_schema_canonicalizer.py