LICENSE
README.md
pyproject.toml
src/framevitals/__init__.py
src/framevitals/acceleration.py
src/framevitals/advanced_indicators.py
src/framevitals/agent_brief.py
src/framevitals/agent_tools.py
src/framevitals/ai_agent.py
src/framevitals/ai_insights.py
src/framevitals/analysis_api.py
src/framevitals/analysis_inventory.py
src/framevitals/analysis_selector.py
src/framevitals/analysis_state.py
src/framevitals/anomaly_ensemble.py
src/framevitals/api.py
src/framevitals/backends.py
src/framevitals/baseline_model.py
src/framevitals/budgeted_analysis.py
src/framevitals/chart_planner.py
src/framevitals/checks.py
src/framevitals/cleaner.py
src/framevitals/cleaning_plan.py
src/framevitals/cli.py
src/framevitals/cli_entry.py
src/framevitals/column_roles.py
src/framevitals/config.py
src/framevitals/contracts.py
src/framevitals/dataset_signals.py
src/framevitals/deep_statistics.py
src/framevitals/deep_statistics_v2.py
src/framevitals/deep_triage.py
src/framevitals/drift_analysis.py
src/framevitals/duckdb_source.py
src/framevitals/execution.py
src/framevitals/explainability.py
src/framevitals/fast_anomaly.py
src/framevitals/fast_deep_statistics.py
src/framevitals/feature_importance.py
src/framevitals/findings.py
src/framevitals/focused.py
src/framevitals/frontend_api.py
src/framevitals/health_score.py
src/framevitals/loader.py
src/framevitals/ml_preprocessing.py
src/framevitals/ml_readiness.py
src/framevitals/model_diagnostics.py
src/framevitals/model_leaderboard.py
src/framevitals/multicollinearity.py
src/framevitals/neural_anomaly.py
src/framevitals/operations.py
src/framevitals/pdf_report_builder.py
src/framevitals/pipeline.py
src/framevitals/planning.py
src/framevitals/planning_api.py
src/framevitals/plugins.py
src/framevitals/profiler.py
src/framevitals/provenance.py
src/framevitals/py.typed
src/framevitals/quality_diagnostics.py
src/framevitals/quality_results.py
src/framevitals/rag_index.py
src/framevitals/relationship_graph.py
src/framevitals/report_generator.py
src/framevitals/result.py
src/framevitals/safe_pandas.py
src/framevitals/security.py
src/framevitals/segment_analysis.py
src/framevitals/semantic_types.py
src/framevitals/signal_engine.py
src/framevitals/snapshots.py
src/framevitals/sources.py
src/framevitals/stream_change.py
src/framevitals/streaming_bounded_pipeline.py
src/framevitals/streaming_exact_reuse.py
src/framevitals/streaming_pipeline.py
src/framevitals/streaming_profile.py
src/framevitals/streaming_quality.py
src/framevitals/streaming_roles.py
src/framevitals/streaming_sketches.py
src/framevitals/streaming_target.py
src/framevitals/target_analyzer.py
src/framevitals/target_intelligence.py
src/framevitals/target_leakage.py
src/framevitals/text_profile.py
src/framevitals/time_series.py
src/framevitals/visualizer.py
src/framevitals.egg-info/PKG-INFO
src/framevitals.egg-info/SOURCES.txt
src/framevitals.egg-info/dependency_links.txt
src/framevitals.egg-info/entry_points.txt
src/framevitals.egg-info/requires.txt
src/framevitals.egg-info/top_level.txt
src/framevitals/reporting/__init__.py
src/framevitals/reporting/html.py
src/framevitals/reporting/terminal.py
tests/test_acceleration.py
tests/test_adaptive_execution.py
tests/test_advanced_diagnostics.py
tests/test_agent_foundation.py
tests/test_agent_layer.py
tests/test_ai_agent.py
tests/test_analysis_modes.py
tests/test_analysis_smoke.py
tests/test_analytics_modules.py
tests/test_anderson_compatibility.py
tests/test_anomaly_diagnostics_v2.py
tests/test_api_facade.py
tests/test_application_import_boundaries.py
tests/test_arrow_memory.py
tests/test_backends.py
tests/test_baseline_model.py
tests/test_benchmark_harness.py
tests/test_check_plugins.py
tests/test_cleaning_plans.py
tests/test_cli.py
tests/test_cli_entry_streaming.py
tests/test_cli_gate.py
tests/test_cli_gate_streaming.py
tests/test_cli_monitoring.py
tests/test_cli_reporting.py
tests/test_cli_system_info.py
tests/test_config.py
tests/test_contracts.py
tests/test_core_metrics.py
tests/test_csv_streaming.py
tests/test_custom_checks.py
tests/test_dataset_diagnostics.py
tests/test_deep_statistics.py
tests/test_deep_triage.py
tests/test_diagnostic_results.py
tests/test_duckdb_source.py
tests/test_execution_controls.py
tests/test_extreme_streaming_projection.py
tests/test_fast_anomaly.py
tests/test_fast_deep_statistics.py
tests/test_feature_importance.py
tests/test_focused_api.py
tests/test_focused_import_boundaries.py
tests/test_framevitals_pipeline.py
tests/test_gate_api.py
tests/test_higher_moments.py
tests/test_lazy_public_api.py
tests/test_loader.py
tests/test_mixed_ground_truth_pipeline.py
tests/test_ml_engine.py
tests/test_ml_preprocessing_v2.py
tests/test_model_diagnostics.py
tests/test_model_leaderboard_v2.py
tests/test_native_arrow_batch_profile.py
tests/test_native_profiler_routing.py
tests/test_neural_anomaly.py
tests/test_operation_import_boundaries.py
tests/test_optional_dependency_boundaries.py
tests/test_package_boundary.py
tests/test_pandas_compatibility.py
tests/test_parquet_source_cache.py
tests/test_parquet_streaming.py
tests/test_pipeline_helpers.py
tests/test_planning.py
tests/test_planning_boundaries.py
tests/test_polars_interop.py
tests/test_projected_streaming_semantics.py
tests/test_provenance.py
tests/test_public_api.py
tests/test_public_execution_schema.py
tests/test_public_surface_contract.py
tests/test_quality_diagnostics_v2.py
tests/test_quality_gates.py
tests/test_relationship_graph.py
tests/test_release_hardening.py
tests/test_result_reporting.py
tests/test_role_keyword_boundaries.py
tests/test_sampling_strategy.py
tests/test_scalable_foundations.py
tests/test_semantic_types.py
tests/test_snapshots.py
tests/test_source_inspection.py
tests/test_statistics_streaming.py
tests/test_stream_change.py
tests/test_streaming_bounded_pipeline.py
tests/test_streaming_drift.py
tests/test_streaming_exact_reuse.py
tests/test_streaming_sketches.py
tests/test_target_intelligence.py
tests/test_target_intelligence_v2.py
tests/test_visualization_engine.py
tests/test_web_dependency_boundaries.py