From e4dc0d8960c85b09eeee66938d4dda52ee745fca Mon Sep 17 00:00:00 2001 From: JuliaEdom Date: Thu, 9 Jul 2026 05:10:19 +0300 Subject: [PATCH] docs: state which demo Spaces are actually awake README and RELEASE_STATUS said the three-node topology was "deployed live on HF Spaces". Two of the four Spaces answer: center and edge-spb are RUNNING (200), edge-ekb and the standalone demo are PAUSED (503) because the free tier keeps three cpu-basic Spaces awake and the account runs other projects. The deployment is complete; the compute quota is not. RELEASE_STATUS gains a "Live demo surfaces" table with the probed stage of each Space and the date of the probe, and notes that the cross-node evidence was captured while ekb was awake. Closes F3a of the 07.07 audit (plan_07_07_26.md, S3). Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 8 +++++--- docs/dv2-multi-branch/RELEASE_STATUS.md | 26 ++++++++++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 398faae..720e2ac 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,11 @@ audit-closure sprint: `ControlPlaneStore` port (ADR 0010, six slices incl. the Helm scale profile), three operational read surfaces split out of the agent catalog (ADR 0011: Order 360, stuck-orders worklist, exception inbox), and the - three-node demo topology (ADR 0012) implemented and deployed live on - Hugging Face Spaces — plus the G2 audit closure (spec/seed consistency, - journal-scan hardening, live evidence re-captures). + three-node demo topology (ADR 0012) implemented and deployed to Hugging + Face Spaces (the `center` hub and the `spb` edge answer live; `ekb` and + the standalone demo Space are paused — the free tier keeps three + `cpu-basic` Spaces awake) — plus the G2 audit closure (spec/seed + consistency, journal-scan hardening, live evidence re-captures). The tagged line and `main` are in sync as of `v2.0.0`. See the [changelog](CHANGELOG.md) for full detail. diff --git a/docs/dv2-multi-branch/RELEASE_STATUS.md b/docs/dv2-multi-branch/RELEASE_STATUS.md index ecad6f0..277202e 100644 --- a/docs/dv2-multi-branch/RELEASE_STATUS.md +++ b/docs/dv2-multi-branch/RELEASE_STATUS.md @@ -12,9 +12,10 @@ deleted, its at-scale benchmark retired as historical), the control plane externalized to PostgreSQL behind the `ControlPlaneStore` port (ADR 0010, slices 1–6 incl. the Helm scale profile), three operational read surfaces split out of the agent catalog (ADR 0011), the three-node -demo topology implemented and deployed live on HF Spaces (ADR 0012), -and the G2 audit closure (spec/seed consistency, journal-scan -hardening, live evidence re-captures, demo serving-backend pin). +demo topology implemented and deployed to HF Spaces (ADR 0012 — see +"Live demo surfaces" below for which nodes are awake), and the G2 audit +closure (spec/seed consistency, journal-scan hardening, live evidence +re-captures, demo serving-backend pin). v1.6.0 was the architecture-fixing release: ClickHouse became the shipped serving engine (ADR 0006 Phase 1), PII protection moved to @@ -49,6 +50,25 @@ Scorecard channel (5.8 → 7.0). | PyPI | [`agentflow-client`](https://pypi.org/project/agentflow-client/1.1.0/) | 1.1.0 | 2026-04-29 09:07 | `2c72387` | | npm | [`@yuliaedomskikh/agentflow-client`](https://www.npmjs.com/package/@yuliaedomskikh/agentflow-client/v/1.1.0) | 1.1.0 | 2026-05-01 03:42 | `2c72387` | +## Live demo surfaces + +Four Docker Spaces exist under `liovina`, all built from the same image. +The free tier keeps **three** `cpu-basic` Spaces awake at a time, and the +account runs other projects, so the three-node topology is deployed but not +fully awake. A paused Space answers `503` until it is restarted; nothing +about the deployment is missing, only the compute quota. + +| Space | Role | Runtime stage | `/v1/health` | +|-------|------|---------------|--------------| +| [`agentflow-center`](https://liovina-agentflow-center.hf.space) | center hub (ADR 0012) | RUNNING | `200` | +| [`agentflow-edge-spb`](https://liovina-agentflow-edge-spb.hf.space) | edge branch `spb` | RUNNING | `200` | +| [`agentflow-edge-ekb`](https://liovina-agentflow-edge-ekb.hf.space) | edge branch `ekb` | PAUSED | `503` | +| [`agentflow-demo`](https://liovina-agentflow-demo.hf.space) | standalone demo | PAUSED | `503` | + +Probed 2026-07-09 (`GET /v1/health` + `GET /api/spaces/liovina/{name}`). +The cross-node evidence ("Verify live" in `deploy/hf-space/three-node/DEPLOY.md`) +was captured on 2026-07-06 while `ekb` was awake. + ## GitHub Releases note `gh release list` reports GitHub Release objects for every tag through