LICENSE
README.md
pyproject.toml
src/contextwatch/__init__.py
src/contextwatch/classify.py
src/contextwatch/cli.py
src/contextwatch/models.py
src/contextwatch/profiler.py
src/contextwatch/quality.py
src/contextwatch/report.py
src/contextwatch/report_template.html
src/contextwatch/tokenizers.py
src/contextwatch.egg-info/PKG-INFO
src/contextwatch.egg-info/SOURCES.txt
src/contextwatch.egg-info/dependency_links.txt
src/contextwatch.egg-info/entry_points.txt
src/contextwatch.egg-info/requires.txt
src/contextwatch.egg-info/top_level.txt
src/contextwatch/integrations/__init__.py
src/contextwatch/integrations/anthropic_client.py
src/contextwatch/integrations/headroom_adapter.py
src/contextwatch/integrations/langchain_handler.py
tests/test_headroom_adapter.py
tests/test_profiler.py