diff --git a/connect/index.html b/connect/index.html index 5a396a3..2c8d681 100644 --- a/connect/index.html +++ b/connect/index.html @@ -274,7 +274,7 @@

Using Codex?


on the server

-

Ten tools across the four engines: score_reform (a PolicyEngine reform — the same reform dict as the microsimulation tools — through a chosen macro model; OG-UK runs locally only, and the OBR bridge is in progress); obr_shock and list_reform_variables (OBR — raw variable shocks in model units); forecast_uk, latest_shocks, model_summary (SVAR); and calculate_household, household_reform_impact, list_reform_parameters, population_reform_impact (PolicyEngine). OG-UK scoring stays local-only (a solve takes tens of minutes, so the hosted server excludes it); every other tool above, including population-level reform scoring, runs on the hosted server. The server is serverless and scales to zero — the first call after a quiet spell takes ~10 seconds to wake.

+

Ten tools across the four engines: score_reform (a PolicyEngine reform — the same reform dict as the microsimulation tools — through a chosen macro model; OG-UK runs locally only, and the OBR bridge is in progress); obr_shock and list_reform_variables (OBR — raw variable shocks in model units); forecast_uk, latest_shocks, model_summary (SVAR); and calculate_household, household_reform_impact, list_reform_parameters, population_reform_impact (PolicyEngine). OG-UK scoring stays local-only (a solve takes tens of minutes, so the hosted server excludes it), and score_reform's OBR arm awaits the static-costing bridge (PolicyEngine/macro#9 — obr_shock covers raw shocks meanwhile); every other tool above, including population-level reform scoring, runs on the hosted server. The server is serverless and scales to zero — the first call after a quiet spell takes ~10 seconds to wake.

diff --git a/integration/README.md b/integration/README.md index 5bdb47f..b44fbe9 100644 --- a/integration/README.md +++ b/integration/README.md @@ -52,10 +52,13 @@ until [PSLmodels/OG-UK#68](https://github.com/PSLmodels/OG-UK/issues/68) lands: ```bash -uv venv .venv-og && uv pip install -p .venv-og/bin/python \ +uv venv .venv-og && uv pip install -p .venv-og/bin/python -e ./integration \ "oguk @ git+https://github.com/PSLmodels/OG-UK" ``` +(`-e ./integration` gives that env the `macromod` executable; the base +package pins no policyengine version, so OG-UK's own pins win there.) + ## CLI ```bash