|
|
||
|---|---|---|
| edgemind | ||
| specs | ||
| src/idea15_edgemind_verifiable_onboard | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| pyproject.toml | ||
| setup.cfg | ||
| test.sh | ||
README.md
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.