LICENSE
README.md
pyproject.toml
contextops/__init__.py
contextops.egg-info/PKG-INFO
contextops.egg-info/SOURCES.txt
contextops.egg-info/dependency_links.txt
contextops.egg-info/entry_points.txt
contextops.egg-info/requires.txt
contextops.egg-info/top_level.txt
contextops/analyzers/__init__.py
contextops/analyzers/density.py
contextops/analyzers/redundancy.py
contextops/analyzers/structure.py
contextops/analyzers/tokens.py
contextops/api/__init__.py
contextops/api/diff.py
contextops/api/inspect.py
contextops/api/stability.py
contextops/cli/__init__.py
contextops/cli/main.py
contextops/cli/renderer.py
contextops/core/__init__.py
contextops/core/config.py
contextops/core/engine.py
contextops/core/models.py
contextops/core/normalizer.py
contextops/core/roast.py
contextops/integrations/__init__.py
contextops/integrations/langchain/__init__.py
contextops/integrations/langchain/callback.py
tests/test_api.py
tests/test_benchmarks.py
tests/test_chaos.py
tests/test_density.py
tests/test_diff.py
tests/test_lsh_verification.py
tests/test_normalizer.py
tests/test_redundancy.py
tests/test_schema.py
tests/test_signal_contract.py
tests/test_structure.py
tests/test_tokens.py