623 B
623 B
EdgeMind EnergiBridge IR (Schemas)
This package contains Pydantic models and example JSON/YAML specs for the EnergiBridge canonical interop IR described in the EdgeMind idea: LocalProblem, SharedSignals, PlanDelta, SafetyContract, AuditLog, and AdapterContract.
What this commit provides:
- Python package
edgemindwith Pydantic models. - Example YAML specs in
/specs. - Unit tests that validate model construction and serialization.
test.shwhich runspytestandpython3 -m buildto verify packaging.
Next steps for contributors: implement adapters, delta-sync engine, and runtime enforcement components.