mcli-framework 7.11.2__tar.gz → 7.11.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mcli-framework might be problematic. Click here for more details.
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/PKG-INFO +1 -1
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/pyproject.toml +1 -1
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/main.py +23 -17
- mcli_framework-7.11.3/src/mcli/workflow/workflow.py +129 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli_framework.egg-info/PKG-INFO +1 -1
- mcli_framework-7.11.2/src/mcli/workflow/workflow.py +0 -48
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/dependabot.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/build.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/ci.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/codeql.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/main_mcli.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/ml-pipeline.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/publish-self-hosted.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/publish.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/release.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/security.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/.github/workflows/test.yml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/LICENSE +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/MANIFEST.in +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/README.md +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/mcli_rust/Cargo.toml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/mcli_rust/src/command_parser.rs +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/mcli_rust/src/file_watcher.rs +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/mcli_rust/src/lib.rs +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/mcli_rust/src/process_manager.rs +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/mcli_rust/src/tfidf.rs +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/setup.cfg +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/__main__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/commands_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/completion_helpers.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/model/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/model/model.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/model_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/video/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/app/video/video.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/chat/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/chat/chat.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/chat/command_rag.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/chat/enhanced_chat.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/chat/system_controller.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/chat/system_integration.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/cli.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/config.toml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/api/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/api/api.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/api/daemon_client.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/api/daemon_client_local.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/api/daemon_decorator.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/api/mcli_decorators.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/auth.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/aws_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/azure_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/credential_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/gcp_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/key_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/mcli_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/token_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/auth/token_util.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/config/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/config/config.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/custom_commands.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/discovery/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/discovery/command_discovery.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/erd/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/erd/erd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/erd/generate_graph.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/files/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/files/files.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/fs/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/fs/fs.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/lib.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/logger/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/logger/logger.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/optional_deps.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/paths.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/performance/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/performance/optimizer.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/performance/rust_bridge.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/performance/uvloop_config.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/pickles/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/pickles/pickles.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/search/cached_vectorizer.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/secrets/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/secrets/commands.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/secrets/manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/secrets/repl.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/secrets/store.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/services/data_pipeline.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/services/lsh_client.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/services/redis_service.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/shell/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/shell/shell.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/toml/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/toml/toml.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/ui/styling.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/ui/visual_effects.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/watcher/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/lib/watcher/watcher.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/app.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/middleware.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/admin_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/auth_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/backtest_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/data_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/model_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/monitoring_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/portfolio_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/prediction_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/trade_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/websocket_router.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/schemas.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/auth/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/auth/auth_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/auth/models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/auth/permissions.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/backtesting/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/backtesting/backtest_engine.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/backtesting/performance_metrics.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/backtesting/run.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/cache.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/cli/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/cli/main.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/config/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/config/settings.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/configs/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/configs/dvc_config.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/configs/mlflow_config.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/configs/mlops_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/app.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/app_integrated.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/app_supabase.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/app_training.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/cli.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/common.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/components/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/components/charts.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/components/metrics.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/components/tables.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/overview.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/cicd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/debug_dependencies.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/gravity_viz.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/monte_carlo_predictions.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/predictions_enhanced.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/scrapers_and_logs.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/test_portfolio.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/trading.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/pages/workflows.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/streamlit_extras_utils.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/styles.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/utils.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/warning_suppression.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/data_ingestion/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/data_ingestion/api_connectors.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/data_ingestion/data_pipeline.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/data_ingestion/stream_processor.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/database/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/database/migrations/env.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/database/models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/database/session.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/experimentation/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/experimentation/ab_testing.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/features/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/features/ensemble_features.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/features/recommendation_engine.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/features/stock_features.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/features/test_feature_engineering.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/logging.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/mlops/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/mlops/data_versioning.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/mlops/experiment_tracker.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/mlops/model_serving.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/mlops/pipeline_orchestrator.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/models/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/models/base_models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/models/ensemble_models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/models/recommendation_models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/models/test_models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/monitoring/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/monitoring/drift_detection.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/monitoring/metrics.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/optimization/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/optimization/optimize.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/optimization/portfolio_optimizer.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/predictions/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/predictions/monte_carlo.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/predictions/prediction_engine.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/preprocessing/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/preprocessing/data_cleaners.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/preprocessing/feature_extractors.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/preprocessing/ml_pipeline.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/preprocessing/test_preprocessing.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/scripts/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/scripts/populate_sample_data.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/serving/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/serving/serve.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/tasks.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/tests/test_integration.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/tests/test_training_dashboard.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/trading/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/trading/alpaca_client.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/trading/migrations.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/trading/models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/trading/paper_trading.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/trading/risk_management.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/trading/trading_service.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/training/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/training/train.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/training/train_model.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/mygroup/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/mygroup/test_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/public/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/public/commands/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/public/oi/oi.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/public/public.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/completion_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/logs_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/migrate_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/redis_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/self_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/store_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/test_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/visual_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/self/zsh_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/async_command_database.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/async_process_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/client.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/daemon.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/daemon_api.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/enhanced_daemon.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/process_cli.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/process_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/daemon/test_daemon.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/dashboard/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/dashboard/dashboard_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/doc_convert.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/docker/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/docker/docker.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/file/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/gcloud/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/gcloud/config.toml +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/gcloud/gcloud.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/git_commit/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/git_commit/ai_service.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/interview/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/lsh_integration.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/client.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/download_and_run_efficient_models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/lightweight_embedder.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/lightweight_model_server.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/lightweight_test.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/model_service.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/ollama_efficient_runner.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/openai_adapter.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/pdf_processor.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/test_efficient_runner.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/test_example.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/test_integration.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/model_service/test_new_features.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/notebook/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/notebook/converter.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/notebook/notebook_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/notebook/schema.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/notebook/validator.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/openai/openai.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/registry/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/registry/registry.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/repo/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/repo/repo.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/scheduler/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/scheduler/cron_parser.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/scheduler/job.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/scheduler/monitor.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/scheduler/persistence.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/scheduler/scheduler.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/search/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/secrets/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/secrets/secrets_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/sync/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/sync/test_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/videos/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/wakatime/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/workflow/wakatime/wakatime.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli_framework.egg-info/SOURCES.txt +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli_framework.egg-info/dependency_links.txt +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli_framework.egg-info/entry_points.txt +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli_framework.egg-info/requires.txt +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli_framework.egg-info/top_level.txt +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_all_commands.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_app_logs_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_app_redis_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_logs_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_main_app.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_model_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_self_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_self_cmd_commands.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_self_cmd_plugins.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_self_cmd_utilities.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_workflow_file.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_workflow_gcloud.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/cli/test_workflow_registry.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/conftest.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/demo_generate_graph.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/demo_hierarchical_transform.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/e2e/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/e2e/test_complete_workflows.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/e2e/test_model_workflow.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/e2e/test_new_user_workflow.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/e2e/test_update_workflow.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/fixtures/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/fixtures/chat_fixtures.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/fixtures/cli_fixtures.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/fixtures/data_fixtures.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/fixtures/db_fixtures.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/fixtures/model_fixtures.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_agent.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_chat_client.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_chat_system.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_daemon_server.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_e2e_dashboard_lsh_supabase.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_flask_webapp.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_gcloud_services.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_lsh_client.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_lsh_service.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_ml_auth.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_ml_data_pipeline.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_ml_models.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_ml_pipeline.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_module_imports.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_oi_service.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_repo_operations.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_scheduler_integration.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_service_registry.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_supabase_live_connection.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_video_processing.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_wakatime_api.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_webapp_full.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_workflow.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/integration/test_workflow_commands.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/performance/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/property/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/run_tests.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/test_harness.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/test_openai_adapter.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/__init__.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_api_utils.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_async_process_manager.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_auth_modules.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_bug_fixes.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_config.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_custom_commands.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_custom_commands_filtering.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_daemon_api.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_dashboard_components.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_dashboard_functions.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_dashboard_pages.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_dependencies.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_doc_convert_workflow.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_emulator_workflow.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_erd_generation.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_erd_generic.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_erd_imports.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_git_commit_workflow.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_lib_auth.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_lib_files.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_lib_utils.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_logger.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_ml_preprocessing.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_optional_deps.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_paths.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_pdf_compress.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_prediction_engine.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_regression.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_scheduler.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_scheduler_cron_parser.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_scheduler_job.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_scheduler_monitor.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_scheduler_persistence.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_self_update.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_store_cmd.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_supabase_connection.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_supabase_pagination.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_toml_utils.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_trading_imports.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_ui_rich.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/test_uv_compat.py +0 -0
- {mcli_framework-7.11.2 → mcli_framework-7.11.3}/tests/unit/workflow/test_notebook.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcli-framework
|
|
3
|
-
Version: 7.11.
|
|
3
|
+
Version: 7.11.3
|
|
4
4
|
Summary: Portable workflow framework - transform any script into a versioned, schedulable command. Store in ~/.mcli/commands/, version with lockfile, run as daemon or cron job.
|
|
5
5
|
Author-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
6
6
|
Maintainer-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mcli-framework"
|
|
3
|
-
version = "7.11.
|
|
3
|
+
version = "7.11.3"
|
|
4
4
|
description = "Portable workflow framework - transform any script into a versioned, schedulable command. Store in ~/.mcli/commands/, version with lockfile, run as daemon or cron job."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -347,26 +347,32 @@ def _add_lazy_commands(app: click.Group):
|
|
|
347
347
|
# Note: lib group removed - secrets moved to workflows
|
|
348
348
|
# Previous: mcli lib secrets -> Now: mcli workflows secrets
|
|
349
349
|
|
|
350
|
-
# Add workflows group (
|
|
350
|
+
# Add workflows group directly (not lazy-loaded) to preserve -g/--global option
|
|
351
351
|
try:
|
|
352
|
-
from mcli.
|
|
353
|
-
|
|
354
|
-
workflows_group = create_completion_aware_lazy_group(
|
|
355
|
-
"workflows",
|
|
356
|
-
"mcli.workflow.workflow.workflows",
|
|
357
|
-
"Runnable workflows for automation, video processing, and daemon management",
|
|
358
|
-
)
|
|
352
|
+
from mcli.workflow.workflow import workflows as workflows_group
|
|
359
353
|
app.add_command(workflows_group, name="workflows")
|
|
360
|
-
logger.debug("Added
|
|
354
|
+
logger.debug("Added workflows group with -g/--global support")
|
|
361
355
|
except ImportError as e:
|
|
362
|
-
logger.
|
|
363
|
-
# Fallback to
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
356
|
+
logger.error(f"Could not load workflows group: {e}")
|
|
357
|
+
# Fallback to lazy loading if import fails
|
|
358
|
+
try:
|
|
359
|
+
from mcli.app.completion_helpers import create_completion_aware_lazy_group
|
|
360
|
+
|
|
361
|
+
workflows_group = create_completion_aware_lazy_group(
|
|
362
|
+
"workflows",
|
|
363
|
+
"mcli.workflow.workflow.workflows",
|
|
364
|
+
"Runnable workflows for automation, video processing, and daemon management",
|
|
365
|
+
)
|
|
366
|
+
app.add_command(workflows_group, name="workflows")
|
|
367
|
+
logger.debug("Added completion-aware workflows group (fallback)")
|
|
368
|
+
except ImportError:
|
|
369
|
+
workflows_group = LazyGroup(
|
|
370
|
+
"workflows",
|
|
371
|
+
"mcli.workflow.workflow.workflows",
|
|
372
|
+
help="Runnable workflows for automation, video processing, and daemon management",
|
|
373
|
+
)
|
|
374
|
+
app.add_command(workflows_group, name="workflows")
|
|
375
|
+
logger.debug("Added lazy workflows group (fallback)")
|
|
370
376
|
|
|
371
377
|
# Lazy load other heavy commands that are used less frequently
|
|
372
378
|
# NOTE: chat and model commands have been removed
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Workflows command group for mcli.
|
|
3
|
+
|
|
4
|
+
All workflow commands are now loaded from portable JSON files in ~/.mcli/workflows/
|
|
5
|
+
This provides a clean, maintainable way to manage workflow commands.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
import click
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class ScopedWorkflowsGroup(click.Group):
|
|
12
|
+
"""
|
|
13
|
+
Custom Click Group that loads workflows from either local or global scope
|
|
14
|
+
based on the -g/--global flag.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
def list_commands(self, ctx):
|
|
18
|
+
"""List available commands based on scope."""
|
|
19
|
+
# Get scope from context
|
|
20
|
+
is_global = ctx.params.get('is_global', False)
|
|
21
|
+
|
|
22
|
+
# Load commands from appropriate directory
|
|
23
|
+
from mcli.lib.custom_commands import get_command_manager
|
|
24
|
+
|
|
25
|
+
manager = get_command_manager(global_mode=is_global)
|
|
26
|
+
commands = manager.load_all_commands()
|
|
27
|
+
|
|
28
|
+
# Filter to only workflow group commands
|
|
29
|
+
workflow_commands = [cmd.get('name') for cmd in commands if cmd.get('group') == 'workflow']
|
|
30
|
+
|
|
31
|
+
# Also include built-in subcommands
|
|
32
|
+
builtin_commands = list(super().list_commands(ctx))
|
|
33
|
+
|
|
34
|
+
return sorted(set(workflow_commands + builtin_commands))
|
|
35
|
+
|
|
36
|
+
def get_command(self, ctx, cmd_name):
|
|
37
|
+
"""Get a command by name, loading from appropriate scope."""
|
|
38
|
+
# First check if it's a built-in command
|
|
39
|
+
builtin_cmd = super().get_command(ctx, cmd_name)
|
|
40
|
+
if builtin_cmd:
|
|
41
|
+
return builtin_cmd
|
|
42
|
+
|
|
43
|
+
# Get scope from context
|
|
44
|
+
is_global = ctx.params.get('is_global', False)
|
|
45
|
+
|
|
46
|
+
# Load the workflow command from appropriate directory
|
|
47
|
+
from mcli.lib.custom_commands import get_command_manager
|
|
48
|
+
|
|
49
|
+
manager = get_command_manager(global_mode=is_global)
|
|
50
|
+
commands = manager.load_all_commands()
|
|
51
|
+
|
|
52
|
+
# Find the workflow command
|
|
53
|
+
for command_data in commands:
|
|
54
|
+
if command_data.get('name') == cmd_name and command_data.get('group') == 'workflow':
|
|
55
|
+
# Create a temporary group to register the command
|
|
56
|
+
temp_group = click.Group()
|
|
57
|
+
language = command_data.get("language", "python")
|
|
58
|
+
|
|
59
|
+
if language == "shell":
|
|
60
|
+
manager.register_shell_command_with_click(command_data, temp_group)
|
|
61
|
+
else:
|
|
62
|
+
manager.register_command_with_click(command_data, temp_group)
|
|
63
|
+
|
|
64
|
+
return temp_group.commands.get(cmd_name)
|
|
65
|
+
|
|
66
|
+
return None
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
@click.group(name="workflows", cls=ScopedWorkflowsGroup, invoke_without_command=True)
|
|
70
|
+
@click.option(
|
|
71
|
+
"-g",
|
|
72
|
+
"--global",
|
|
73
|
+
"is_global",
|
|
74
|
+
is_flag=True,
|
|
75
|
+
help="Execute workflows from global directory (~/.mcli/workflows/) instead of local (.mcli/workflows/)",
|
|
76
|
+
)
|
|
77
|
+
@click.pass_context
|
|
78
|
+
def workflows(ctx, is_global):
|
|
79
|
+
"""Runnable workflows for automation, video processing, and daemon management
|
|
80
|
+
|
|
81
|
+
Examples:
|
|
82
|
+
mcli workflows my-workflow # Execute local workflow (if in git repo)
|
|
83
|
+
mcli workflows -g my-workflow # Execute global workflow
|
|
84
|
+
mcli workflows --global another-workflow # Execute global workflow
|
|
85
|
+
"""
|
|
86
|
+
# Store the is_global flag in the context for subcommands to access
|
|
87
|
+
ctx.ensure_object(dict)
|
|
88
|
+
ctx.obj['is_global'] = is_global
|
|
89
|
+
|
|
90
|
+
# If a subcommand was invoked, the subcommand will handle execution
|
|
91
|
+
if ctx.invoked_subcommand:
|
|
92
|
+
return
|
|
93
|
+
|
|
94
|
+
# If no subcommand, show help
|
|
95
|
+
click.echo(ctx.get_help())
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
# Add secrets workflow
|
|
99
|
+
try:
|
|
100
|
+
from mcli.workflow.secrets.secrets_cmd import secrets
|
|
101
|
+
|
|
102
|
+
workflows.add_command(secrets)
|
|
103
|
+
except ImportError as e:
|
|
104
|
+
# Secrets workflow not available
|
|
105
|
+
import sys
|
|
106
|
+
from mcli.lib.logger.logger import get_logger
|
|
107
|
+
|
|
108
|
+
logger = get_logger()
|
|
109
|
+
logger.debug(f"Secrets workflow not available: {e}")
|
|
110
|
+
|
|
111
|
+
# Add notebook subcommand
|
|
112
|
+
try:
|
|
113
|
+
from mcli.workflow.notebook.notebook_cmd import notebook
|
|
114
|
+
|
|
115
|
+
workflows.add_command(notebook)
|
|
116
|
+
except ImportError as e:
|
|
117
|
+
# Notebook commands not available
|
|
118
|
+
import sys
|
|
119
|
+
from mcli.lib.logger.logger import get_logger
|
|
120
|
+
|
|
121
|
+
logger = get_logger()
|
|
122
|
+
logger.debug(f"Notebook commands not available: {e}")
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
# For backward compatibility, keep workflow as an alias
|
|
126
|
+
workflow = workflows
|
|
127
|
+
|
|
128
|
+
if __name__ == "__main__":
|
|
129
|
+
workflows()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcli-framework
|
|
3
|
-
Version: 7.11.
|
|
3
|
+
Version: 7.11.3
|
|
4
4
|
Summary: Portable workflow framework - transform any script into a versioned, schedulable command. Store in ~/.mcli/commands/, version with lockfile, run as daemon or cron job.
|
|
5
5
|
Author-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
6
6
|
Maintainer-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Workflows command group for mcli.
|
|
3
|
-
|
|
4
|
-
All workflow commands are now loaded from portable JSON files in ~/.mcli/commands/
|
|
5
|
-
This provides a clean, maintainable way to manage workflow commands.
|
|
6
|
-
"""
|
|
7
|
-
|
|
8
|
-
import click
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@click.group(name="workflows")
|
|
12
|
-
def workflows():
|
|
13
|
-
"""Runnable workflows for automation, video processing, and daemon management"""
|
|
14
|
-
pass
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
# Add secrets workflow
|
|
18
|
-
try:
|
|
19
|
-
from mcli.workflow.secrets.secrets_cmd import secrets
|
|
20
|
-
|
|
21
|
-
workflows.add_command(secrets)
|
|
22
|
-
except ImportError as e:
|
|
23
|
-
# Secrets workflow not available
|
|
24
|
-
import sys
|
|
25
|
-
from mcli.lib.logger.logger import get_logger
|
|
26
|
-
|
|
27
|
-
logger = get_logger()
|
|
28
|
-
logger.debug(f"Secrets workflow not available: {e}")
|
|
29
|
-
|
|
30
|
-
# Add notebook subcommand
|
|
31
|
-
try:
|
|
32
|
-
from mcli.workflow.notebook.notebook_cmd import notebook
|
|
33
|
-
|
|
34
|
-
workflows.add_command(notebook)
|
|
35
|
-
except ImportError as e:
|
|
36
|
-
# Notebook commands not available
|
|
37
|
-
import sys
|
|
38
|
-
from mcli.lib.logger.logger import get_logger
|
|
39
|
-
|
|
40
|
-
logger = get_logger()
|
|
41
|
-
logger.debug(f"Notebook commands not available: {e}")
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
# For backward compatibility, keep workflow as an alias
|
|
45
|
-
workflow = workflows
|
|
46
|
-
|
|
47
|
-
if __name__ == "__main__":
|
|
48
|
-
workflows()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/monitoring_router.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/api/routers/prediction_router.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/backtesting/performance_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.11.2 → mcli_framework-7.11.3}/src/mcli/ml/dashboard/components/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|