feat(fase2): vertical-slice orchestrator + two-layer HITL wiring
This commit is contained in:
parent
36606ebee7
commit
7491367fb6
3 changed files with 231 additions and 0 deletions
|
|
@ -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__"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue