LICENSE
README.md
pyproject.toml
tests/test_cli.py
tests/test_compressors.py
tests/test_core.py
tests/test_decorators.py
tests/test_detect.py
tests/test_eval.py
tests/test_integrations.py
tests/test_metrics.py
tests/test_proxy.py
tests/test_store.py
tooltrim/__init__.py
tooltrim/cli.py
tooltrim/core.py
tooltrim/decorators.py
tooltrim/detect.py
tooltrim/llm.py
tooltrim/metrics.py
tooltrim/proxy.py
tooltrim/relevance.py
tooltrim/store.py
tooltrim/tokens.py
tooltrim.egg-info/PKG-INFO
tooltrim.egg-info/SOURCES.txt
tooltrim.egg-info/dependency_links.txt
tooltrim.egg-info/entry_points.txt
tooltrim.egg-info/requires.txt
tooltrim.egg-info/top_level.txt
tooltrim/compressors/__init__.py
tooltrim/compressors/_budget.py
tooltrim/compressors/html.py
tooltrim/compressors/json_.py
tooltrim/compressors/logs.py
tooltrim/compressors/tabular.py
tooltrim/compressors/text.py
tooltrim/integrations/__init__.py
tooltrim/integrations/langchain.py