LICENSE
README.md
pyproject.toml
src/brevix/__init__.py
src/brevix/accuracy_guard.py
src/brevix/adaptive.py
src/brevix/cli.py
src/brevix/compressor.py
src/brevix/file_compress.py
src/brevix/install.py
src/brevix/session_logs.py
src/brevix/stats.py
src/brevix/tokens.py
src/brevix.egg-info/PKG-INFO
src/brevix.egg-info/SOURCES.txt
src/brevix.egg-info/dependency_links.txt
src/brevix.egg-info/entry_points.txt
src/brevix.egg-info/requires.txt
src/brevix.egg-info/top_level.txt
src/brevix/route/__init__.py
src/brevix/route/budget.py
src/brevix/route/classifier.py
src/brevix/route/client.py
src/brevix/route/confidence.py
src/brevix/route/learn.py
src/brevix/route/pricing.py
src/brevix/route/route_stats.py
src/brevix/route/router.py
src/brevix/route/rules.py
src/brevix/templates/__init__.py
src/brevix/templates/brevix_rules.md
tests/test_accuracy_guard.py
tests/test_adaptive.py
tests/test_compressor.py
tests/test_file_compress.py
tests/test_install.py
tests/test_route.py
tests/test_route_client.py
tests/test_route_confidence.py
tests/test_route_learn.py
tests/test_route_stats.py
tests/test_session_logs.py