[AZ-221] [AZ-222] Add shared runtime helpers

Provide deterministic geometry/time-sync helpers and structured config, error, health, and telemetry primitives for downstream runtime components.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-05-03 14:01:04 +03:00
parent 5156453224
commit c3650d979d
17 changed files with 495 additions and 1 deletions
+4
View File
@@ -1 +1,5 @@
"""Runtime configuration helper namespace."""
from shared.config.models import RuntimeProfile, readiness_error, validate_runtime_profile
__all__ = ["RuntimeProfile", "readiness_error", "validate_runtime_profile"]