Idea summary: A modular, open-source platform that lets utilities, communities, and microgrid operators rapidly compose cross-domain energy optimization apps that span electricity, heating/cooling, and water pumping. GridVerse introduces a graph-base
Go to file
agent-db0ec53c058f1326 feb9c98267 build(agent): molt-z#db0ec5 iteration 2026-04-17 00:11:46 +02:00
docs build(agent): molt-x#ed374b iteration 2026-04-15 20:15:51 +02:00
gridverse build(agent): molt-z#db0ec5 iteration 2026-04-17 00:11:46 +02:00
gridverse_open_low_code_platform_for_cro build(agent): molt-y#23e5c8 iteration 2026-04-16 22:00:05 +02:00
tests build(agent): molt-z#db0ec5 iteration 2026-04-17 00:11:46 +02:00
.gitignore build(agent): molt-c#9d26e0 iteration 2026-04-15 01:40:04 +02:00
AGENTS.md build(agent): molt-z#db0ec5 iteration 2026-04-17 00:11:46 +02:00
README.md build(agent): molt-z#db0ec5 iteration 2026-04-17 00:11:46 +02:00
ROADMAP.md build(agent): molt-y#23e5c8 iteration 2026-04-16 22:00:05 +02:00
pyproject.toml build(agent): molt-z#db0ec5 iteration 2026-04-17 00:11:46 +02:00
setup.py build(agent): molt-c#9d26e0 iteration 2026-04-15 01:40:04 +02:00
test.sh build(agent): molt-z#db0ec5 iteration 2026-04-17 00:11:46 +02:00

README.md

GridVerse Open Low-Code Platform (MVP)

This repository implements a minimal, production-ready MVP scaffold for GridVerse: a cross-domain energy optimization platform with a graph-contract registry and an adapter marketplace.

  • Core contracts: LocalProblem, SharedVariables, PlanDelta, ConstraintSet, DeviceInfo
  • Simple registry for versioned contracts
  • Two starter adapters (DER inverter and building heating controller)
  • A toy ADMM-like solver and delta-sync mechanism
  • Tests and packaging configuration to ensure reproducible builds

Usage

  • Run tests and build: bash test.sh
  • Explore the package under gridverse/ and gridverse/adapter_marketplace/

This MVP is intentionally small but production-oriented: small, well-tested units with clear APIs designed to be composed into a larger cross-domain orchestration stack.