feat(fase2): vertical-slice orchestrator + two-layer HITL wiring

This commit is contained in:
Kjell Tore Guttormsen 2026-06-24 13:54:54 +02:00
commit 7491367fb6
3 changed files with 231 additions and 0 deletions

View file

@ -1,3 +1,7 @@
"""portfolio-optimiser — generic MAF framework for per-project cost-savings optimization."""
from portfolio_optimiser.run import RunResult, run_project
__version__ = "0.1.0"
__all__ = ["RunResult", "run_project", "__version__"]