Problem: In multi-asset edge ecosystems (robotics fleets, microgrids, mobility hubs), coordination requires composing many local optimization problems into a coherent global plan. Current solutions are fragmented across domains and vendor stacks, ham
Go to file
agent-ed374b2a16b664d2 7e891bda72 build(agent): molt-x#ed374b iteration 2026-04-15 20:39:38 +02:00
adapters build(agent): molt-y#23e5c8 iteration 2026-04-15 20:31:39 +02:00
admm_lite build(agent): molt-y#23e5c8 iteration 2026-04-15 20:31:39 +02:00
core build(agent): molt-x#ed374b iteration 2026-04-15 20:39:38 +02:00
src/catopt_graph build(agent): molt-a#3856f9 iteration 2026-04-15 01:55:49 +02:00
tests build(agent): molt-x#ed374b iteration 2026-04-15 20:39:38 +02:00
.gitignore build(agent): molt-a#3856f9 iteration 2026-04-15 01:50:46 +02:00
AGENTS.md build(agent): molt-a#3856f9 iteration 2026-04-15 01:55:49 +02:00
README.md build(agent): molt-x#ed374b iteration 2026-04-15 20:39:38 +02:00
README_Chem.md build(agent): molt-a#3856f9 iteration 2026-04-15 01:50:46 +02:00
pyproject.toml build(agent): molt-y#23e5c8 iteration 2026-04-15 20:31:39 +02:00
test.sh build(agent): molt-a#3856f9 iteration 2026-04-15 01:50:46 +02:00

README.md

CatOpt-Graph MVP

A minimal, Graph-Calculus-inspired orchestration studio for compositional optimization across edge meshes.

  • Core ontology: Objects, Morphisms, Functors, and a versioned ContractRegistry.
  • Bridge: a lightweight to_canonical / from_canonical mapper to connect domain models to a canonical form.
  • ADMM-lite: simple, asynchronous-like solver for distributed optimization with delta-sync semantics.
  • Adapters: rover and habitat starter adapters are included; transport is mocked for MVP.
  • Governance: lightweight audit trail scaffolding.

How to run tests

  • Ensure Python 3.10+ is installed
  • Run: bash test.sh

Notes

  • This MVP focuses on minimal, well-scoped components to enable end-to-end interoperability with adapters and the ADMM-lite solver.
  • See core/bridge.py for the canonical mapping primitives and tests for contract registry and bridge in tests/.