LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
busysloths_mlox.egg-info/PKG-INFO
busysloths_mlox.egg-info/SOURCES.txt
busysloths_mlox.egg-info/dependency_links.txt
busysloths_mlox.egg-info/entry_points.txt
busysloths_mlox.egg-info/requires.txt
busysloths_mlox.egg-info/top_level.txt
mlox/__init__.py
mlox/app.py
mlox/config.py
mlox/executors.py
mlox/infra.py
mlox/logging_config.py
mlox/secret_manager.py
mlox/server.py
mlox/service.py
mlox/session.py
mlox/utils.py
mlox/application/__init__.py
mlox/application/facade.py
mlox/application/infrastructure_ops.py
mlox/application/result.py
mlox/application/use_cases/__init__.py
mlox/application/use_cases/models.py
mlox/application/use_cases/project.py
mlox/application/use_cases/servers.py
mlox/application/use_cases/services.py
mlox/assets/__init__.py
mlox/assets/cloud-init.yaml
mlox/assets/start-multipass-testbed.sh
mlox/assets/start-multipass.sh
mlox/assets/start-ui.sh
mlox/cli/__init__.py
mlox/cli/__main__.py
mlox/cli/app.py
mlox/cli/common.py
mlox/cli/context.py
mlox/cli/commands/__init__.py
mlox/cli/commands/model.py
mlox/cli/commands/project.py
mlox/cli/commands/server.py
mlox/cli/commands/service.py
mlox/cli/rendering/table.py
mlox/execution/__init__.py
mlox/execution/base.py
mlox/execution/docker.py
mlox/execution/filesystem.py
mlox/execution/firewall.py
mlox/execution/git.py
mlox/execution/kubernetes.py
mlox/execution/security.py
mlox/execution/system.py
mlox/migrations/add_field_model_server_registry_uuid.py
mlox/migrations/base.py
mlox/resources/BMFTR_logo.jpg
mlox/resources/PrototypeFund_logo_dark.png
mlox/resources/PrototypeFund_logo_light.png
mlox/resources/__init__.py
mlox/resources/config.toml
mlox/resources/mlox.png
mlox/resources/mlox_logo.png
mlox/resources/mlox_logo_small.png
mlox/resources/mlox_logo_wide.png
mlox/resources/mlox_sloth_logo.png
mlox/servers/__init__.py
mlox/servers/local/local.py
mlox/servers/local/mlox-server.local.yaml
mlox/servers/ubuntu/__init__.py
mlox/servers/ubuntu/docker.py
mlox/servers/ubuntu/k3s.py
mlox/servers/ubuntu/mlox-server.ubuntu.docker.yaml
mlox/servers/ubuntu/mlox-server.ubuntu.k3s.yaml
mlox/servers/ubuntu/mlox-server.ubuntu.native.yaml
mlox/servers/ubuntu/mlox-server.ubuntu.simple.yaml
mlox/servers/ubuntu/native.py
mlox/servers/ubuntu/simple.py
mlox/services/__init__.py
mlox/services/airflow/__init__.py
mlox/services/airflow/docker-compose-airflow-2.9.2.yaml
mlox/services/airflow/docker-compose-airflow-3.1.3.yaml
mlox/services/airflow/docker.py
mlox/services/airflow/mlox.2.9.2.yaml
mlox/services/airflow/mlox.3.1.3.yaml
mlox/services/feast/Dockerfile
mlox/services/feast/__init__.py
mlox/services/feast/client.py
mlox/services/feast/docker-compose-feast.yaml
mlox/services/feast/docker.py
mlox/services/feast/mlox.feast.yaml
mlox/services/gcp/__init__.py
mlox/services/gcp/bigquery.py
mlox/services/gcp/bq_service.py
mlox/services/gcp/cloud_storage.py
mlox/services/gcp/gsheet.py
mlox/services/gcp/mlox.gcp.bigquery.yaml
mlox/services/gcp/mlox.gcp.secrets.yaml
mlox/services/gcp/mlox.gcp.sheets.yaml
mlox/services/gcp/mlox.gcp.storage.yaml
mlox/services/gcp/secret_manager.py
mlox/services/gcp/secret_service.py
mlox/services/gcp/sheet_service.py
mlox/services/gcp/storage_service.py
mlox/services/github/__init__.py
mlox/services/github/mlox.github.yaml
mlox/services/github/service.py
mlox/services/influx/__init__.py
mlox/services/influx/docker-compose-influx-1.11.8.yaml
mlox/services/influx/docker.py
mlox/services/influx/mlox.influx.1.11.8.yaml
mlox/services/k8s_dashboard/__init__.py
mlox/services/k8s_dashboard/k8s.py
mlox/services/k8s_dashboard/mlox.k8s_dashboard.yaml
mlox/services/k8s_dashboard/service-account.yaml
mlox/services/k8s_headlamp/__init__.py
mlox/services/k8s_headlamp/k8s.py
mlox/services/k8s_headlamp/mlox.headlamp.yaml
mlox/services/kafka/__init__.py
mlox/services/kafka/docker-compose-kafka-3.7.0.yaml
mlox/services/kafka/docker-compose-kafka-4.1.0.yaml
mlox/services/kafka/docker.py
mlox/services/kafka/mlox.kafka.3.7.0.yaml
mlox/services/kafka/mlox.kafka.4.1.0.yaml
mlox/services/kubeapps/__init__.py
mlox/services/kubeapps/k8s.py
mlox/services/kubeapps/mlox.kubeapps.yaml
mlox/services/litellm/__init__.py
mlox/services/litellm/docker-compose-litellm-ollama-1.77.7.yaml
mlox/services/litellm/docker.py
mlox/services/litellm/entrypoint.sh
mlox/services/litellm/litellm-config.yaml
mlox/services/litellm/mlox.litellm.1.77.7.yaml
mlox/services/milvus/__init__.py
mlox/services/milvus/docker-compose-milvus-2.5.yaml
mlox/services/milvus/docker.py
mlox/services/milvus/milvus.yaml
mlox/services/milvus/mlox.milvus.2.5.yaml
mlox/services/minio/__init__.py
mlox/services/minio/docker-compose-minio.yaml
mlox/services/minio/docker.py
mlox/services/minio/mlox.minio.RELEASE.2025-07-23.yaml
mlox/services/mlflow/__init__.py
mlox/services/mlflow/docker-compose-mlflow-2.22.0.yaml
mlox/services/mlflow/docker-compose-mlflow-3.8.1.yaml
mlox/services/mlflow/docker.py
mlox/services/mlflow/docker_mlflow3.py
mlox/services/mlflow/mlops.py
mlox/services/mlflow/mlox.mlflow.2.22.0.yaml
mlox/services/mlflow/mlox.mlflow.3.8.1.yaml
mlox/services/mlflow/models.py
mlox/services/mlflow/serve.py
mlox/services/mlflow_gateway/__init__.py
mlox/services/mlflow_gateway/docker-compose-mlflow-gateway-3.8.1.yaml
mlox/services/mlflow_gateway/docker.py
mlox/services/mlflow_gateway/dockerfile-mlflow-gateway-3.8.1
mlox/services/mlflow_gateway/mlox.mlflow_gateway.3.8.1.yaml
mlox/services/mlflow_gateway/serve.py
mlox/services/mlflow_gateway/start_gateway.sh
mlox/services/mlflow_mlserver/README.md
mlox/services/mlflow_mlserver/README_AGENTS.md
mlox/services/mlflow_mlserver/__init__.py
mlox/services/mlflow_mlserver/docker-compose-mlflow-mlserver-2.22.0.yaml
mlox/services/mlflow_mlserver/docker-compose-mlflow-mlserver-3.8.1.yaml
mlox/services/mlflow_mlserver/docker.py
mlox/services/mlflow_mlserver/dockerfile-mlflow-mlserver
mlox/services/mlflow_mlserver/dockerfile-mlflow-mlserver-3.8.1
mlox/services/mlflow_mlserver/k3s.py
mlox/services/mlflow_mlserver/mlox.mlserver.2.22.0.yaml
mlox/services/mlflow_mlserver/mlox.mlserver.3.8.1.k3s.yaml
mlox/services/mlflow_mlserver/mlox.mlserver.3.8.1.yaml
mlox/services/mlflow_mlserver/start_mlserver.sh
mlox/services/openbao/__init__.py
mlox/services/openbao/client.py
mlox/services/openbao/docker-compose-openbao.yaml
mlox/services/openbao/docker.py
mlox/services/openbao/mlox.openbao.yaml
mlox/services/otel/__init__.py
mlox/services/otel/client.py
mlox/services/otel/docker-compose-otel-0.146.1.yaml
mlox/services/otel/docker.py
mlox/services/otel/mlox.otel.0.127.0.yaml
mlox/services/otel/mlox.otel.0.146.1.yaml
mlox/services/otel/otel-collector-config-0.146.1.yaml
mlox/services/postgres/__init__.py
mlox/services/postgres/docker-compose-postgres-16.yaml
mlox/services/postgres/docker.py
mlox/services/postgres/mlox.postgres.16.yaml
mlox/services/redis/__init__.py
mlox/services/redis/docker-compose-redis-8-bookworm.yaml
mlox/services/redis/docker.py
mlox/services/redis/mlox.redis.8.yaml
mlox/services/registry/__init__.py
mlox/services/registry/docker-compose-registry.yaml
mlox/services/registry/docker.py
mlox/services/registry/mlox.registry.3.yaml
mlox/services/repo_deploy/__init__.py
mlox/services/repo_deploy/mlox.repo_deploy.0.1.yaml
mlox/services/repo_deploy/service.py
mlox/services/shared/__init__.py
mlox/services/shared/openssl-san.cnf
mlox/services/tsm/__init__.py
mlox/services/tsm/mlox.tsm.yaml
mlox/services/tsm/service.py
mlox/tui/__init__.py
mlox/tui/app.py
mlox/tui/tui.tcss
mlox/tui/screens/login.py
mlox/tui/screens/dashboard/__init__.py
mlox/tui/screens/dashboard/history_panel.py
mlox/tui/screens/dashboard/log_panel.py
mlox/tui/screens/dashboard/model.py
mlox/tui/screens/dashboard/overview_panel.py
mlox/tui/screens/dashboard/screen.py
mlox/tui/screens/dashboard/stats_panel.py
mlox/tui/screens/dashboard/template_panel.py
mlox/tui/screens/dashboard/tree.py
mlox/tui/services/__init__.py
mlox/tui/services/otel.py
mlox/ui/__init__.py
mlox/ui/registry.py
mlox/view/__init__.py
mlox/view/docs.py
mlox/view/firewall.py
mlox/view/infrastructure.py
mlox/view/login.py
mlox/view/logs.py
mlox/view/models.py
mlox/view/monitors.py
mlox/view/repositories.py
mlox/view/secret_manager.py
mlox/view/services_page.py
mlox/view/terminal.py
mlox/view/utils.py
mlox/view/servers/__init__.py
mlox/view/servers/ubuntu/__init__.py
mlox/view/servers/ubuntu/docker.py
mlox/view/servers/ubuntu/k3s.py
mlox/view/servers/ubuntu/native.py
mlox/view/servers/ubuntu/simple.py
mlox/view/services/__init__.py
mlox/view/services/airflow.py
mlox/view/services/common.py
mlox/view/services/feast.py
mlox/view/services/github.py
mlox/view/services/influx.py
mlox/view/services/k8s_dashboard.py
mlox/view/services/k8s_headlamp.py
mlox/view/services/kafka.py
mlox/view/services/kubeapps.py
mlox/view/services/litellm.py
mlox/view/services/milvus.py
mlox/view/services/minio.py
mlox/view/services/mlflow.py
mlox/view/services/mlflow_gateway.py
mlox/view/services/mlflow_mlserver.py
mlox/view/services/openbao.py
mlox/view/services/otel.py
mlox/view/services/postgres.py
mlox/view/services/redis.py
mlox/view/services/repo_deploy.py
mlox/view/services/tsm.py
mlox/view/services/gcp/__init__.py
mlox/view/services/gcp/bq.py
mlox/view/services/gcp/secret.py
mlox/view/services/gcp/sheet.py
mlox/view/services/gcp/storage.py