Expand description
Training result analysis and query interface.
This module provides access to stored abstractions, blueprints, and metrics through both a programmatic API and interactive CLI.
§Core Types
API— PostgreSQL-backed query interface for training artifactsQuery— Structured query builders for common lookupsCLI— Interactive command-line interface
§HTTP Handlers
The handlers submodule exposes actix-web routes for the analysis API,
supporting neighborhood queries, histogram retrieval, and blueprint lookup.