LICENSE
README.md
pyproject.toml
src/explainer_ai.egg-info/PKG-INFO
src/explainer_ai.egg-info/SOURCES.txt
src/explainer_ai.egg-info/dependency_links.txt
src/explainer_ai.egg-info/entry_points.txt
src/explainer_ai.egg-info/requires.txt
src/explainer_ai.egg-info/top_level.txt
src/tapestry/.env.example
src/tapestry/.tapestry.toml.example
src/tapestry/__init__.py
src/tapestry/base.py
src/tapestry/config.py
src/tapestry/config_utils.py
src/tapestry/docker-compose.yml
src/tapestry/exceptions.py
src/tapestry/py.typed
src/tapestry/registry.py
src/tapestry/schemas.py
src/tapestry/types.py
src/tapestry/uri_generator.py
src/tapestry/validation.py
src/tapestry/alerts/__init__.py
src/tapestry/alerts/config.py
src/tapestry/alerts/delivery.py
src/tapestry/alerts/engine.py
src/tapestry/alerts/hook.py
src/tapestry/api/__init__.py
src/tapestry/api/dependencies.py
src/tapestry/api/schemas.py
src/tapestry/api/routers/__init__.py
src/tapestry/api/routers/alerts.py
src/tapestry/api/routers/assets.py
src/tapestry/api/routers/evaluations.py
src/tapestry/api/routers/ground_truth.py
src/tapestry/api/routers/health.py
src/tapestry/api/routers/ingest.py
src/tapestry/api/routers/metrics.py
src/tapestry/backends/__init__.py
src/tapestry/backends/base.py
src/tapestry/backends/litellm_backend.py
src/tapestry/cli/__init__.py
src/tapestry/cli/utils.py
src/tapestry/cli/commands/__init__.py
src/tapestry/cli/commands/alerts.py
src/tapestry/cli/commands/asset.py
src/tapestry/cli/commands/dashboard.py
src/tapestry/cli/commands/db.py
src/tapestry/cli/commands/doctor.py
src/tapestry/cli/commands/evaluate.py
src/tapestry/cli/commands/ground_truth.py
src/tapestry/cli/commands/init.py
src/tapestry/cli/commands/migrate.py
src/tapestry/cli/commands/serve.py
src/tapestry/core/__init__.py
src/tapestry/core/base.py
src/tapestry/core/demographics.py
src/tapestry/core/retry.py
src/tapestry/core/score.py
src/tapestry/core/utils.py
src/tapestry/db/__init__.py
src/tapestry/db/models.py
src/tapestry/db/schema.py
src/tapestry/db/migrations/env.py
src/tapestry/db/migrations/versions/001_generic_schema.py
src/tapestry/db/migrations/versions/002_alert_events.py
src/tapestry/db/migrations/versions/003_record_demographics.py
src/tapestry/db/migrations/versions/004_alert_severity.py
src/tapestry/db/migrations/versions/005_asset_configs.py
src/tapestry/db/migrations/versions/006_evaluator_dimension.py
src/tapestry/db/migrations/versions/007_prediction_log.py
src/tapestry/db/migrations/versions/008_model_registry.py
src/tapestry/db/migrations/versions/009_impact_actuals.py
src/tapestry/generative/__init__.py
src/tapestry/generative/db_util.py
src/tapestry/generative/evaluators.py
src/tapestry/generative/run.py
src/tapestry/generative/tapestry.py
src/tapestry/models/__init__.py
src/tapestry/models/inventory.py
src/tapestry/monitoring/__init__.py
src/tapestry/monitoring/metrics.py
src/tapestry/observability/__init__.py
src/tapestry/observability/_stub.py
src/tapestry/observability/config.py
src/tapestry/observability/logging.py
src/tapestry/observability/metrics.py
src/tapestry/observability/tracing.py
src/tapestry/superset/__init__.py
src/tapestry/superset/charts.py
src/tapestry/superset/client.py
src/tapestry/superset/comparison_charts.py
src/tapestry/superset/comparison_dashboard.py
src/tapestry/superset/comparison_views.py
src/tapestry/superset/config.py
src/tapestry/superset/control_tower_charts.py
src/tapestry/superset/control_tower_dashboard.py
src/tapestry/superset/control_tower_views.py
src/tapestry/superset/dashboard.py
src/tapestry/superset/dashboard_config.py
src/tapestry/superset/generative_charts.py
src/tapestry/superset/generative_dashboard.py
src/tapestry/superset/generative_views.py
src/tapestry/superset/inventory_charts.py
src/tapestry/superset/inventory_views.py
src/tapestry/superset/views.py
src/tapestry/traditional/__init__.py
src/tapestry/traditional/db_util.py
src/tapestry/traditional/evaluators.py
src/tapestry/traditional/run.py
src/tapestry/traditional/tapestry.py
tests/test_alert_config.py
tests/test_alert_delivery.py
tests/test_alert_engine.py
tests/test_alert_hook.py
tests/test_api.py
tests/test_backends.py
tests/test_cli_asset.py
tests/test_cli_config.py
tests/test_confidence_analysis.py
tests/test_control_tower_trends.py
tests/test_exceptions.py
tests/test_generative_charts.py
tests/test_generative_dashboard.py
tests/test_generative_views.py
tests/test_integration.py
tests/test_observability.py
tests/test_registry.py
tests/test_schema.py
tests/test_superset_charts.py
tests/test_superset_client.py
tests/test_superset_config.py
tests/test_superset_dashboard.py
tests/test_superset_views.py
tests/test_tapestry.py
tests/test_types.py
tests/test_validation.py