What problem does it solve? It lets teams run professional data analysis entirely on local machines without uploading business data to external BI platforms or exposing raw records to LLMs, while keeping every query, metric definition, and output auditable. ## Core Features & Use Cases - Local SQL Analysis Pipeline: Import CSV/Excel files or connect MySQL/PostgreSQL/MongoDB, then query through audited DuckDB runners with PII detection, column-level masking, and lineage tracking. - Visualization & Reporting: Generate 27 ECharts chart types from 354 official recipes, interactive dashboards, and pyramid-structured enterprise reports as self-contained offline HTML files. - Governance & Quality: Define reusable metric calibers and table schemas, score data quality, run forecasting and attribution analysis, and validate every deliverable through a static-plus-browser quality gate. - Use Case: A sales analyst imports a quarterly Excel export, defines the GMV metric once, asks for a regional sales dashboard, and receives an offline HTML dashboard with evidence-bound charts and an audit trail. ## Quick Start Ask the agent to import your sales spreadsheet, query it with SQL, and generate an interactive sales dashboard as a standalone HTML file.