Skip to content

Dashboard ErikAI port: analysis engine is Lite-only #590

@erikdarlingdata

Description

@erikdarlingdata

Problem

The ErikAI analysis engine (analyze_server, get_analysis_facts, compare_analysis, audit_config, etc.) only exists in Lite. Dashboard users get 57 MCP tools for raw data access but no inference engine, no scored findings, no drill-down analysis.

What's Needed

Port the analysis pipeline to the Dashboard's SQL Server backend:

  • DuckDbFactCollectorSqlServerFactCollector (query collect.* tables instead of DuckDB v_* views)
  • FactScorer, RelationshipGraph, InferenceEngine — portable as-is (no DuckDB dependency)
  • DrillDownCollector → SQL Server version querying collect.* and report.* views
  • FindingStore → SQL Server persistence (new table in config schema)
  • McpAnalysisTools → register in Dashboard McpHostService

Design Reference

See erikai-dashboard-port.md memory file for detailed port plan.

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions