mcli-framework 7.0.4__tar.gz → 7.0.5__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.0.4 → mcli_framework-7.0.5}/PKG-INFO +1 -1
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/pyproject.toml +1 -1
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/self/self_cmd.py +5 -8
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli_framework.egg-info/PKG-INFO +1 -1
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_self.py +32 -1
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/dependabot.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/build.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/ci.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/ml-pipeline.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/publish-self-hosted.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/publish.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/release.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/security.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/.github/workflows/test.yml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/LICENSE +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/MANIFEST.in +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/PERFORMANCE_OPTIMIZATIONS.md +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/README.md +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/mcli_rust/Cargo.toml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/mcli_rust/src/command_parser.rs +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/mcli_rust/src/file_watcher.rs +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/mcli_rust/src/lib.rs +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/mcli_rust/src/process_manager.rs +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/mcli_rust/src/tfidf.rs +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/setup.cfg +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/chat_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/commands_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/completion_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/completion_helpers.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/cron_test_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/logs_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/main.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/model/model.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/model_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/redis_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/video/video.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/app/visual_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/chat/chat.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/chat/command_rag.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/chat/enhanced_chat.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/chat/system_controller.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/chat/system_integration.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/cli.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/config.toml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/api/api.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/api/daemon_client.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/api/daemon_client_local.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/api/daemon_decorator.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/api/mcli_decorators.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/auth.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/aws_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/azure_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/credential_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/gcp_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/key_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/mcli_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/token_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/auth/token_util.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/config/config.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/discovery/__init__.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/discovery/command_discovery.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/erd/erd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/erd/generate_graph.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/files/files.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/fs/fs.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/lib.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/logger/logger.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/paths.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/performance/optimizer.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/performance/rust_bridge.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/performance/uvloop_config.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/pickles/pickles.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/search/cached_vectorizer.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/services/data_pipeline.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/services/lsh_client.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/services/redis_service.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/shell/shell.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/toml/toml.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/ui/styling.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/ui/visual_effects.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/lib/watcher/watcher.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/app.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/middleware.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/admin_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/auth_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/backtest_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/data_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/model_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/monitoring_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/portfolio_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/prediction_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/trade_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/routers/websocket_router.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/api/schemas.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/auth/auth_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/auth/models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/auth/permissions.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/backtesting/backtest_engine.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/backtesting/performance_metrics.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/cache.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/cli/main.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/config/settings.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/configs/dvc_config.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/configs/mlflow_config.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/configs/mlops_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/dashboard/app.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/dashboard/app_integrated.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/dashboard/app_supabase.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/dashboard/app_training.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/dashboard/cli.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/data_ingestion/api_connectors.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/data_ingestion/data_pipeline.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/data_ingestion/stream_processor.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/database/migrations/env.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/database/models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/database/session.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/experimentation/ab_testing.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/features/ensemble_features.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/features/political_features.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/features/recommendation_engine.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/features/stock_features.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/features/test_feature_engineering.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/logging.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/mlops/data_versioning.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/mlops/experiment_tracker.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/mlops/model_serving.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/mlops/pipeline_orchestrator.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/models/base_models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/models/ensemble_models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/models/recommendation_models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/models/test_models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/monitoring/drift_detection.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/monitoring/metrics.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/optimization/portfolio_optimizer.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/preprocessing/data_cleaners.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/preprocessing/feature_extractors.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/preprocessing/ml_pipeline.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/preprocessing/politician_trading_preprocessor.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/preprocessing/test_preprocessing.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/scripts/populate_sample_data.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/tasks.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/tests/test_integration.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/tests/test_training_dashboard.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/public/oi/oi.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/public/public.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/api_daemon.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/async_command_database.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/async_process_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/client.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/commands.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/daemon.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/daemon_api.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/enhanced_daemon.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/process_cli.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/process_manager.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/test_daemon.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/dashboard/dashboard_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/docker/docker.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/file/file.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/gcloud/config.toml +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/gcloud/gcloud.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/git_commit/ai_service.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/git_commit/commands.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/lsh_integration.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/client.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/download_and_run_efficient_models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/lightweight_embedder.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/lightweight_model_server.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/lightweight_test.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/model_service.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/ollama_efficient_runner.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/pdf_processor.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/test_efficient_runner.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/test_example.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/test_integration.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/test_new_features.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/openai/openai.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/commands.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/config.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/connectivity.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/data_sources.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/database.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/demo.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/monitoring.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers_california.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers_eu.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers_uk.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers_us_states.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/supabase_functions.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/workflow.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/registry/registry.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/repo/repo.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/scheduler/commands.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/scheduler/cron_parser.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/scheduler/job.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/scheduler/monitor.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/scheduler/persistence.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/scheduler/scheduler.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/sync/sync_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/sync/test_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/videos/videos.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/wakatime/wakatime.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/workflow.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli_framework.egg-info/SOURCES.txt +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli_framework.egg-info/dependency_links.txt +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli_framework.egg-info/entry_points.txt +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli_framework.egg-info/requires.txt +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli_framework.egg-info/top_level.txt +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/conftest.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/demo_generate_graph.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/demo_hierarchical_transform.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/end_to_end_integration_test.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/pytest.ini +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/run_tests.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/simple_integration_test.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_agent_functionality.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_all_cli.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_auth.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_california_scraper.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_chat_client.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_chat_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_chat_system_control.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_command_discovery.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_congress_scraper.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_daemon.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_daemon_client.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_data_pipeline.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_enhanced_chat.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_erd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_erd_import.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_file.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_fix.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_fixed_issues.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_gcloud.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_generate_graph.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_generic_erd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_harness.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_lib.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_lsh_client.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_lsh_integration.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_main_app.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_main_app_functions.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_ml_auth.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_ml_models.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_ml_pipeline.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_model_cmd.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_oi.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_optional_dependencies.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_politician_trading_integration.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_preprocessing_simple.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_registry.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_repo.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_rich.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_uk_scraper.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_us_states_scraper.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_utility_functions.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_utility_functions_simple.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_uv_compatibility.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_videos.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_wakatime.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_webapp.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_webapp_comprehensive.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_workflow.py +0 -0
- {mcli_framework-7.0.4 → mcli_framework-7.0.5}/tests/test_workflow_integration.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcli-framework
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.5
|
|
4
4
|
Summary: 🚀 High-performance CLI framework with Rust extensions, AI chat, and stunning visuals
|
|
5
5
|
Author-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
6
6
|
Maintainer-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
@@ -774,18 +774,15 @@ def logs(type: str, lines: int, follow: bool, date: str, grep: str, level: str):
|
|
|
774
774
|
from datetime import datetime
|
|
775
775
|
from pathlib import Path
|
|
776
776
|
|
|
777
|
-
#
|
|
778
|
-
|
|
779
|
-
# Go up 5 levels: file -> self -> mcli -> src -> repo_root
|
|
780
|
-
project_root = current_file.parents[4]
|
|
781
|
-
logs_dir = project_root / "logs"
|
|
777
|
+
# Import get_logs_dir to get the correct logs directory
|
|
778
|
+
from mcli.lib.paths import get_logs_dir
|
|
782
779
|
|
|
783
|
-
#
|
|
784
|
-
|
|
785
|
-
logs_dir = Path.cwd() / "logs"
|
|
780
|
+
# Get the logs directory (creates it if it doesn't exist)
|
|
781
|
+
logs_dir = get_logs_dir()
|
|
786
782
|
|
|
787
783
|
if not logs_dir.exists():
|
|
788
784
|
click.echo("❌ Logs directory not found", err=True)
|
|
785
|
+
click.echo(f"Expected location: {logs_dir}", err=True)
|
|
789
786
|
return
|
|
790
787
|
|
|
791
788
|
# Determine which log files to read
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcli-framework
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.5
|
|
4
4
|
Summary: 🚀 High-performance CLI framework with Rust extensions, AI chat, and stunning visuals
|
|
5
5
|
Author-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
6
6
|
Maintainer-email: Luis Fernandez de la Vara <luis@lefv.io>
|
|
@@ -77,4 +77,35 @@ def test_plugin_update_missing_required():
|
|
|
77
77
|
runner = CliRunner()
|
|
78
78
|
result = runner.invoke(self_app, ['plugin', 'update'])
|
|
79
79
|
assert result.exit_code != 0
|
|
80
|
-
assert 'Missing argument' in result.output
|
|
80
|
+
assert 'Missing argument' in result.output
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
def test_logs_help():
|
|
84
|
+
"""Test that logs command shows help text"""
|
|
85
|
+
runner = CliRunner()
|
|
86
|
+
result = runner.invoke(self_app, ['logs', '--help'])
|
|
87
|
+
assert result.exit_code == 0
|
|
88
|
+
assert 'Display runtime logs' in result.output
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
def test_logs_uses_correct_directory():
|
|
92
|
+
"""Test that logs command uses get_logs_dir() from mcli.lib.paths"""
|
|
93
|
+
from mcli.lib.paths import get_logs_dir
|
|
94
|
+
from pathlib import Path
|
|
95
|
+
import tempfile
|
|
96
|
+
|
|
97
|
+
runner = CliRunner()
|
|
98
|
+
|
|
99
|
+
# Get the expected logs directory
|
|
100
|
+
expected_logs_dir = get_logs_dir()
|
|
101
|
+
|
|
102
|
+
# The logs directory should be in ~/.mcli/logs
|
|
103
|
+
assert expected_logs_dir.exists()
|
|
104
|
+
assert str(expected_logs_dir).endswith('.mcli/logs') or str(expected_logs_dir).endswith('.mcli\\logs')
|
|
105
|
+
|
|
106
|
+
# Run the logs command - it should not error even if no log files exist
|
|
107
|
+
# (it will just show no logs, which is fine)
|
|
108
|
+
result = runner.invoke(self_app, ['logs'])
|
|
109
|
+
|
|
110
|
+
# Should not show "Logs directory not found" error
|
|
111
|
+
assert 'Logs directory not found' not in result.output
|
|
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.0.4 → mcli_framework-7.0.5}/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
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/data_ingestion/stream_processor.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
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/features/test_feature_engineering.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
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/optimization/portfolio_optimizer.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/preprocessing/feature_extractors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/ml/preprocessing/test_preprocessing.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
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/async_command_database.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/daemon/async_process_manager.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/lightweight_test.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/model_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/pdf_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/test_example.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/test_integration.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/model_service/test_new_features.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/commands.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/config.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/connectivity.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/data_sources.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/database.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/models.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/monitoring.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers_eu.py
RENAMED
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/scrapers_uk.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcli_framework-7.0.4 → mcli_framework-7.0.5}/src/mcli/workflow/politician_trading/workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|