LICENSE
README.md
pyproject.toml
zebraops/__init__.py
zebraops.egg-info/PKG-INFO
zebraops.egg-info/SOURCES.txt
zebraops.egg-info/dependency_links.txt
zebraops.egg-info/entry_points.txt
zebraops.egg-info/requires.txt
zebraops.egg-info/top_level.txt
zebraops/adapters/__init__.py
zebraops/adapters/base.py
zebraops/adapters/sagemaker.py
zebraops/adapters/shared.py
zebraops/adapters/vast.py
zebraops/adapters/vertex.py
zebraops/cli/__init__.py
zebraops/cli/main.py
zebraops/collector/__init__.py
zebraops/collector/api.py
zebraops/collector/jobs.py
zebraops/collector/schemas.py
zebraops/connectors/__init__.py
zebraops/connectors/files.py
zebraops/contracts/__init__.py
zebraops/contracts/dataset_manifest.py
zebraops/contracts/model_spec.py
zebraops/db/__init__.py
zebraops/db/state.py
zebraops/flows/__init__.py
zebraops/flows/common.py
zebraops/flows/eval.py
zebraops/flows/ingest.py
zebraops/flows/monitor.py
zebraops/flows/promote.py
zebraops/flows/retrain.py
zebraops/flows/train.py
zebraops/monitoring/__init__.py
zebraops/monitoring/drift.py
zebraops/monitoring/metrics.py
zebraops/promotion/__init__.py
zebraops/promotion/gates.py
zebraops/promotion/registry.py
zebraops/runner/__init__.py
zebraops/runner/notebook_runner.py
zebraops/runner/python_runner.py
zebraops/serving/__init__.py
zebraops/serving/api.py
zebraops/serving/model_loader.py
zebraops/templates/__init__.py
zebraops/templates/__pycache__/__init__.cpython-314.pyc
zebraops/templates/compose/docker-compose.yaml
zebraops/templates/compose/profiles/local.yaml
zebraops/templates/compose/profiles/sagemaker.yaml
zebraops/templates/compose/profiles/shared.yaml
zebraops/templates/compose/profiles/vast.yaml
zebraops/templates/compose/profiles/vertex.yaml
zebraops/templates/data/sample_churn.csv
zebraops/templates/examples/llm_rag/model.yaml
zebraops/templates/examples/llm_rag/train.py
zebraops/templates/examples/streaming_fraud/model.yaml
zebraops/templates/examples/streaming_fraud/train.py
zebraops/templates/examples/tabular_churn/model.yaml
zebraops/templates/examples/tabular_churn/train.py
zebraops/templates/examples/timeseries_forecast/model.yaml
zebraops/templates/examples/timeseries_forecast/train.py
zebraops/ui/__init__.py
zebraops/ui/app.py
zebraops/utils/__init__.py
zebraops/utils/config.py
zebraops/utils/io.py