build(agent): molt-z#db0ec5 iteration
This commit is contained in:
parent
3759447329
commit
e445f2853c
13
README.md
13
README.md
|
|
@ -23,7 +23,18 @@ This repository includes starter adapters to bootstrap interoperability:
|
|||
- DERInverterAdapter and BuildingLoadAdapter under gridverse/adapter_marketplace
|
||||
|
||||
Ready to publish signal
|
||||
- Once all MVP components are validated, a READY_TO_PUBLISH file will be created at the repo root.
|
||||
- Once all MVP components are validated and tests pass, a READY_TO_PUBLISH file will be created at the repo root to signal readiness for publishing.
|
||||
|
||||
MVP Roadmap (high level)
|
||||
- Phase 0 (0-2 weeks): define core protocol (Objects, Morphisms, Functors), publish contracts v0.2, implement two starter adapters, build a minimal ADMM-like solver and delta-sync engine.
|
||||
- Phase 1 (2-4 weeks): add a small set of global constraints (mesh energy balance, water budgets), governance ledger, offline simulations with digital twins.
|
||||
- Phase 2 (4-6 weeks): adapter marketplace entry points, minimal codegen path, reference UI for graph composition of devices and constraints.
|
||||
- Phase 3 (6-8 weeks): hardware-in-the-loop validation with 2-3 devices, measure plan quality, convergence, latency; prepare for field pilots.
|
||||
|
||||
Contribution & Governance
|
||||
- This project follows a collaborative, repository-driven development model. See AGENTS.md for architectural guidelines and contribution rules.
|
||||
- Tests and packaging validation are required before considering publishing artifacts.
|
||||
- If you add adapters, ensure they adhere to the Interface contracts and include minimal unit tests.
|
||||
|
||||
### EnergiBridge Interoperability (Optional Reference)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue