a11oyBrand Orchestration Layer · the one place to see everything

Observability — single pane

One pane for the whole stack: per-flagship uptime/latency (see /status), Khipu DAG depth, Yuyay-13 axis distribution, HUKLLA tripwire firings, and circuit-breaker states. Every external call is wrapped in a Hystrix-style breaker with a named fallback.

Circuit breakers (Hystrix semantics)

BreakerWrapsStateFallback
llm_routerHF Router / LLM providersCLOSEDtier-downgrade → cached → honest 503
hf_hubHugging Face HubCLOSEDlocal snapshot
githubGitHub APICLOSEDcached read
ground_linksatellite / ground-linkCLOSEDpre-signed ROE envelope (disconnected edge)
CLOSED→OPEN when failures ≥ threshold in a rolling window; OPEN short-circuits to the fallback and emits a breaker_open Khipu degradation receipt; HALF-OPEN probes with one trial call. Breakers never alter the 13-axis gate math (additive).

Khipu DAG & Yuyay

SignalSourcePosture
Khipu DAG depthMerkle DAG, SHA-256-linkedlive substrate · off-box store AMBER
Yuyay-13 distribution13-axis yuyay_v3 conjunctive ANDLOCKED
HUKLLA firingsT01–T10 tripwireslive

Source: resilience_observability/CIRCUIT_BREAKER_LAYER.md · DEGRADATION_PATHS.md