README.md
pyproject.toml
setup.py
tokensave.pth
tests/test_advisor.py
tests/test_analyzer.py
tests/test_cli.py
tests/test_compression.py
tests/test_import.py
tests/test_normalizer.py
tests/test_openai_wrapper.py
tests/test_session_reader.py
tokensave/__init__.py
tokensave/_auto.py
tokensave/advisor.py
tokensave/cache.py
tokensave/cli.py
tokensave/normalizer.py
tokensave/pricing.py
tokensave/proxy.py
tokensave/session_reader.py
tokensave.egg-info/PKG-INFO
tokensave.egg-info/SOURCES.txt
tokensave.egg-info/dependency_links.txt
tokensave.egg-info/entry_points.txt
tokensave.egg-info/requires.txt
tokensave.egg-info/top_level.txt
tokensave/analyzer/__init__.py
tokensave/analyzer/detectors/__init__.py
tokensave/analyzer/detectors/context_bloat.py
tokensave/analyzer/detectors/duplicates.py
tokensave/analyzer/detectors/heartbeat.py
tokensave/analyzer/detectors/model_mismatch.py
tokensave/compressors/__init__.py
tokensave/compressors/rules.py
tokensave/detectors/__init__.py