|
|
||
|---|---|---|
| docs | ||
| gridverse | ||
| gridverse_open_low_code_platform_for_cro | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| pyproject.toml | ||
| setup.py | ||
| test.sh | ||
README.md
GridVerse MVP
A minimal, testable MVP scaffold for a cross-domain energy optimization platform with:
- Local problems (Objects), shared signals (Morphisms), and adapters (Functors)
- A small graph-contract registry to version contracts and schemas
- Starter adapters for DER controllers and building heating, with a toy ADMM-lite solver placeholder
- Lightweight delta-sync primitives and governance-ish metadata scaffolding
This repository is intended as a stepping stone toward a CatOpt-style interoperability bridge and a broader MVP as described in the project brief.
Usage
- Run tests: bash test.sh
- Package: python -m build
Note: This is intentionally minimal. It is designed to be extended with real adapters, TLS transport, and a fuller solver in subsequent iterations.