LICENSE
README.md
pyproject.toml
src/__init__.py
src/api.py
src/audit_types.py
src/auditor.py
src/chroma_demo.py
src/cli.py
src/config.py
src/engineering_demo.py
src/eval.py
src/main.py
src/matching.py
src/providers.py
src/schema.py
src/adapters/__init__.py
src/adapters/chroma.py
src/adapters/json_adapter.py
src/adapters/langchain.py
src/alternatives/__init__.py
src/alternatives/finder.py
src/conflicts/__init__.py
src/conflicts/nli.py
src/conflicts/rules.py
src/scorers/__init__.py
src/scorers/freshness.py
staleguard.egg-info/PKG-INFO
staleguard.egg-info/SOURCES.txt
staleguard.egg-info/dependency_links.txt
staleguard.egg-info/entry_points.txt
staleguard.egg-info/requires.txt
staleguard.egg-info/top_level.txt
tests/test_alternatives.py
tests/test_api.py
tests/test_auditor.py
tests/test_chroma_adapter.py
tests/test_conflicts.py
tests/test_eval.py
tests/test_freshness.py
tests/test_json_adapter.py
tests/test_langchain_adapter.py
tests/test_provenance.py
tests/test_schema.py