LICENSE
README.md
pyproject.toml
src/saccade/__init__.py
src/saccade/adaptive_compute.py
src/saccade/benchmark.py
src/saccade/config.py
src/saccade/data.py
src/saccade/distill.py
src/saccade/export.py
src/saccade/metrics.py
src/saccade/model.py
src/saccade/pipeline.py
src/saccade/predictability_drop.py
src/saccade/quantize.py
src/saccade/robustness.py
src/saccade/token_reduction.py
src/saccade/streaming/__init__.py
src/saccade/streaming/causal_attention.py
src/saccade/streaming/lora_causal.py
src/saccade/streaming/state_cache.py
src/saccade/streaming/streaming_encoder.py
src/saccade/streaming/surprise_gate.py
src/saccadic.egg-info/PKG-INFO
src/saccadic.egg-info/SOURCES.txt
src/saccadic.egg-info/dependency_links.txt
src/saccadic.egg-info/requires.txt
src/saccadic.egg-info/top_level.txt
tests/test_block_causal_mask.py
tests/test_config.py
tests/test_state_cache.py
tests/test_streaming_encoder.py
tests/test_surprise_gate.py