After migrating the core features from hddm in #82 and #99, network inspection remains notebook-only. We hope to add a first-class inspection workflow with discovery of pretrained models.
Summary
Network inspection in LANfactory is currently notebook-bound and effectively limited to a single interface. The current path depends on manual notebook execution and requires building models or generating data during runtime before inspection can happen.
Problem
- Inspection is tied to a notebook-driven flow instead of a supported product workflow.
- Users must manage paths and runtime setup manually.
- Model discovery is missing as a first-class capability.
Proposed Outcome
- Introduce a first-class inspection workflow outside notebook-only usage.
- Support selecting and inspecting existing trained models directly.
- Keep notebook support as supplemental, not primary.
Scope
- Workflow entry point via documented command.
- Artifact discovery across common folder layouts, including nested network-type directories.
- Inspection views for KDE-vs-LAN and manifold once a valid model is selected.
Acceptance Criteria
- User can launch inspection from a documented command.
- Newly trained models are auto-discovered without manual deep-path entry.
- Invalid or incomplete model folders produce clear errors.
- Notebook tutorial remains available.
After migrating the core features from hddm in #82 and #99, network inspection remains notebook-only. We hope to add a first-class inspection workflow with discovery of pretrained models.
Summary
Network inspection in LANfactory is currently notebook-bound and effectively limited to a single interface. The current path depends on manual notebook execution and requires building models or generating data during runtime before inspection can happen.
Problem
Proposed Outcome
Scope
Acceptance Criteria