README.md
pyproject.toml
ai_regression_guard.egg-info/PKG-INFO
ai_regression_guard.egg-info/SOURCES.txt
ai_regression_guard.egg-info/dependency_links.txt
ai_regression_guard.egg-info/entry_points.txt
ai_regression_guard.egg-info/top_level.txt
backend/__init__.py
backend/api.py
backend/models.py
backend/storage.py
cli/__init__.py
cli/main.py
cloud/__init__.py
cloud/client.py
core/__init__.py
core/baselines.py
core/evals.py
core/judge_cache.py
core/regressions.py
core/scoring.py
providers/__init__.py
providers/anthropic_provider.py
providers/base.py
providers/fake.py
providers/openai_provider.py
sdk/__init__.py
sdk/client.py
sdk/decorators.py
tests/test_cli.py
tests/test_cloud.py
tests/test_evals.py
tests/test_per_case_reporting.py
tests/test_providers.py
tests/test_regressions.py
tests/test_sdk.py
tests/test_semantic_scoring.py