idea15-edgemind-verifiable-.../README.md

12 lines
623 B
Markdown

# 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 `edgemind` with Pydantic models.
- Example YAML specs in `/specs`.
- Unit tests that validate model construction and serialization.
- `test.sh` which runs `pytest` and `python3 -m build` to verify packaging.
Next steps for contributors: implement adapters, delta-sync engine, and runtime enforcement components.