[AZ-243] Integrate production native VIO runtime

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-05-07 00:04:46 +03:00
parent 3d2c22d8ba
commit 2425f8e6fd
12 changed files with 332 additions and 43 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ from e2e.replay.harness import (
validate_derkachi_alignment,
)
from shared.contracts import FramePacket, TelemetrySample
from vio_adapter import LocalVioAdapter, VioInputPacket
from vio_adapter import VioInputPacket, VioRuntimeConfig, create_vio_adapter
def test_derkachi_alignment_validator_accepts_expected_fixture_shape() -> None:
@@ -39,7 +39,7 @@ def test_derkachi_alignment_validator_blocks_duration_drift() -> None:
def test_public_vio_replay_boundary_emits_frame_by_frame_estimate() -> None:
# Arrange
adapter = LocalVioAdapter()
adapter = create_vio_adapter(VioRuntimeConfig(environment="development", mode="replay"))
frame = FramePacket(
frame_id="derkachi-0001",
timestamp_ns=1_000_000_000,