CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
docs/README.md
src/protectrag/__init__.py
src/protectrag/async_api.py
src/protectrag/callbacks.py
src/protectrag/context.py
src/protectrag/datasets.py
src/protectrag/evals.py
src/protectrag/ingest.py
src/protectrag/llm.py
src/protectrag/llm_cache.py
src/protectrag/metrics.py
src/protectrag/observability.py
src/protectrag/py.typed
src/protectrag/retrieval.py
src/protectrag/retry.py
src/protectrag/scanner.py
src/protectrag/semconv.py
src/protectrag.egg-info/PKG-INFO
src/protectrag.egg-info/SOURCES.txt
src/protectrag.egg-info/dependency_links.txt
src/protectrag.egg-info/requires.txt
src/protectrag.egg-info/top_level.txt
src/protectrag/data/golden_v1.json
src/protectrag/integrations/__init__.py
src/protectrag/integrations/fastapi.py
src/protectrag/integrations/langchain.py
src/protectrag/integrations/llamaindex.py
tests/test_async_batch.py
tests/test_callbacks.py
tests/test_evals_injection.py
tests/test_evals_report.py
tests/test_expanded_scanner.py
tests/test_golden_dataset.py
tests/test_ingest_async.py
tests/test_llm.py
tests/test_llm_cache.py
tests/test_retrieval.py
tests/test_retry.py
tests/test_scanner_early_exit.py