Block a user
grenade
created branch fix/cortex-poll-debounce-retryable in helexa/helexa
2026-06-18 09:39:23 +00:00
grenade
pushed to fix/neuron-models-control-plane-starvation at helexa/helexa
2026-06-18 09:32:20 +00:00
grenade
created branch fix/neuron-models-control-plane-starvation in helexa/helexa
2026-06-18 09:32:19 +00:00
grenade
created branch fix/47-anonymous-tolerates-bad-key in helexa/helexa
2026-06-17 18:40:39 +00:00
neuron: per-principal in-flight cap (fair-share)
cortex: API-key authentication + principal resolution
cortex: load-aware routing across replicas + backpressure propagation
cortex: fail-fast prompt pre-validation + advisory client hints
neuron: admission control — bounded queue + backpressure, expose load in /health
cortex: budget enforcement — hard per-key caps, reserve→settle, 429 + Retry-After
cortex: per-request token metering + per-key/account spend ledger
cortex: EntitlementProvider trait + local/static provider
cortex: fail-fast prompt pre-validation + advisory client hints
Done — merged to main (057bc71, merge 3b60dd7).
cortex pre-validates prompt length against the model's advertised limit.context (#62/#67) before dispatch (in proxy_with_metrics,…
cortex: load-aware routing across replicas + backpressure propagation
Done — merged to main (dd31c3c, merge 4feaaf1).
NodeState.model_load holds each neuron's per-model admission load, stashed by the poller from GET /health (#53). router::resolve now…
neuron: per-principal in-flight cap (fair-share)
Done — merged to main (c83f1eb).
AdmissionController now keeps per-principal accounting (Mutex<AdmissionState> holding the overall pending count + a per-principal map). enter(principal)…