Engine Integration Guide
This guide explains how dsrsp/0.1 outputs integrate with RSM and vST engines.
1. RSM Integration#
RSM engines consume the rsm_structural_envelope block:
- coherence_signature
- drift_signature
- stability_signature
- resonance_profile
This enables low‑overhead structural classification for simple devices.
2. vST Integration#
vST engines consume the vst_validation_block:
- v1_structural_features
- v2_dimensional_features
- v3_transition_features
- v4_alignment_features
This enables full validation‑space‑time inference for advanced systems.
3. Engine Compatibility#
The engine_compatibility block declares:
- whether the profile is RSM‑ready
- whether the profile is vST‑ready
- which vST version it aligns with
4. Minimal Integration Path#
- Wrap sensor streams using the dsrsp input envelope.
- Emit regime_profile.
- Emit rsm_structural_envelope for RSM engines.
- Emit vst_validation_block for vST engines.
- Optionally emit ILP analysis.