Spaces:
Running
Running
Pin SDA copy to the exact canonical compute-pool API
#2
by betterwithage - opened
- README.md +1 -1
- assets/sda-fabric.js +1 -1
- index.html +1 -1
README.md
CHANGED
|
@@ -42,7 +42,7 @@ descriptions and a verified-permissive lineage.
|
|
| 42 |
3. **A live COP visual** β an elegant canvas Common Operating Picture: fused tracks as blips, an anomaly
|
| 43 |
overlay coloured by score, a per-track anomaly-score panel, and a sensor-fusion convergence diagram.
|
| 44 |
It reads the live killinchu `/api/killinchu/v1/mosaic/cop` endpoint when reachable (re-labels **LIVE**),
|
| 45 |
-
and the **sovereign GPU fabric** via [`https://a-11-oy.com/v1/compute-pool`](https://a-11-oy.com/v1/compute-pool) with an honest **SNAPSHOT** fallback;
|
| 46 |
otherwise it shows clearly labelled **demo data**.
|
| 47 |
4. **The moat** β a **verified verdict receipt** panel showing the honest DSSE-shaped fields (method,
|
| 48 |
inputs hash, anomaly score, fused track id, Ξ verdict allow/advisory/deny, conformal CI, walltime,
|
|
|
|
| 42 |
3. **A live COP visual** β an elegant canvas Common Operating Picture: fused tracks as blips, an anomaly
|
| 43 |
overlay coloured by score, a per-track anomaly-score panel, and a sensor-fusion convergence diagram.
|
| 44 |
It reads the live killinchu `/api/killinchu/v1/mosaic/cop` endpoint when reachable (re-labels **LIVE**),
|
| 45 |
+
and the **sovereign GPU fabric** via [`https://a-11-oy.com/api/a11oy/v1/compute-pool`](https://a-11-oy.com/api/a11oy/v1/compute-pool) with an honest **SNAPSHOT** fallback;
|
| 46 |
otherwise it shows clearly labelled **demo data**.
|
| 47 |
4. **The moat** β a **verified verdict receipt** panel showing the honest DSSE-shaped fields (method,
|
| 48 |
inputs hash, anomaly score, fused track id, Ξ verdict allow/advisory/deny, conformal CI, walltime,
|
assets/sda-fabric.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
/* ============================================================================
|
| 2 |
* SZL SDA β sda-fabric.js
|
| 3 |
* Honest, vendored, 0-CDN runtime wiring:
|
| 4 |
-
* 1. Live read of a11oy /v1/compute-pool with captured SNAPSHOT fallback.
|
| 5 |
* 2. Optional live read of killinchu /mosaic feed -> COP score panel (LIVE label).
|
| 6 |
* 3. Mount the "ask the fabric β verify a receipt" widget.
|
| 7 |
* 4. Poll for an SDA validation figure and swap it in when present.
|
|
|
|
| 1 |
/* ============================================================================
|
| 2 |
* SZL SDA β sda-fabric.js
|
| 3 |
* Honest, vendored, 0-CDN runtime wiring:
|
| 4 |
+
* 1. Live read of a11oy /api/a11oy/v1/compute-pool with captured SNAPSHOT fallback.
|
| 5 |
* 2. Optional live read of killinchu /mosaic feed -> COP score panel (LIVE label).
|
| 6 |
* 3. Mount the "ask the fabric β verify a receipt" widget.
|
| 7 |
* 4. Poll for an SDA validation figure and swap it in when present.
|
index.html
CHANGED
|
@@ -311,7 +311,7 @@
|
|
| 311 |
</div>
|
| 312 |
<ul id="node-list" class="node-list" aria-label="Compute fabric nodes"></ul>
|
| 313 |
<p class="receipt-legend" id="pool-note">
|
| 314 |
-
Live read of <b>https://a-11-oy.com/v1/compute-pool</b>. <b>sovereign GPU = own-metal only</b>: nodes you actually own are flagged sovereign; hosted APIs are labelled <b>hosted fallback β not compute you own</b> and never counted as sovereign. If the live read fails, this panel falls back to a captured <b>SNAPSHOT</b> and says so β it never invents a live status. The MEASURED SDA validation will be re-run here on the real GPU fabric and re-issued with a signed DSSE receipt.
|
| 315 |
</p>
|
| 316 |
</div>
|
| 317 |
</section>
|
|
|
|
| 311 |
</div>
|
| 312 |
<ul id="node-list" class="node-list" aria-label="Compute fabric nodes"></ul>
|
| 313 |
<p class="receipt-legend" id="pool-note">
|
| 314 |
+
Live read of <b>https://a-11-oy.com/api/a11oy/v1/compute-pool</b>. <b>sovereign GPU = own-metal only</b>: nodes you actually own are flagged sovereign; hosted APIs are labelled <b>hosted fallback β not compute you own</b> and never counted as sovereign. If the live read fails, this panel falls back to a captured <b>SNAPSHOT</b> and says so β it never invents a live status. The MEASURED SDA validation will be re-run here on the real GPU fabric and re-issued with a signed DSSE receipt.
|
| 315 |
</p>
|
| 316 |
</div>
|
| 317 |
</section>
|