Create a model
Append training records
engine.run(...), map component.export_telemetry() into the same record shape and call append_records.
Train / retrain
Use the model
Workflow
- Create a model with port schema.
- Append measurements (API, dashboard, or sim export).
- Train (metered). Artifacts are stored as a versioned ONNX solver.
- Use via
sync()/attach_model. - When data changes, the model is stale until you retrain.
