• Joined on 2026-02-17
grenade pushed to main at helexa/helexa 2026-06-14 12:40:42 +00:00
7dd1ddcfba fix(infra-setup): stat LE live dir via sudo; rsync provisioner secret for bench.internal issuance
grenade pushed to main at helexa/helexa 2026-06-14 12:34:42 +00:00
4ee7da4f97 feat(bench-ui): internal vhost bench.internal + step@ cert renewal
grenade pushed to main at helexa/helexa 2026-06-14 08:54:27 +00:00
db3cb95cbf fix(infra-setup): provision bench.helexa.ai cert via Cloudflare DNS-01 (ecdsa)
grenade pushed to main at helexa/helexa 2026-06-14 08:40:34 +00:00
37c19aa985 feat(bench-ui): public hosting at https://bench.helexa.ai via gateway nginx
grenade pushed to main at helexa/helexa 2026-06-14 08:27:00 +00:00
f50f5531cf feat(bench): read-only JSON API on bob + bench/ React visualisation app
grenade pushed to main at helexa/helexa 2026-06-14 06:17:13 +00:00
5999c8a5a3 Merge branch 'feat/deploy-bench-on-bob' into main
66833890c0 ci(deploy): deploy helexa-bench to bob + enable all fleet services on boot
Compare 2 commits »
grenade created branch feat/deploy-bench-on-bob in helexa/helexa 2026-06-14 06:10:12 +00:00
grenade pushed to feat/deploy-bench-on-bob at helexa/helexa 2026-06-14 06:10:12 +00:00
66833890c0 ci(deploy): deploy helexa-bench to bob + enable all fleet services on boot
grenade commented on issue helexa/helexa#50 2026-06-13 19:01:35 +00:00
cortex: EntitlementProvider trait + local/static provider

Draft trait sketch (starting point)

Lives in cortex-gateway (cortex is the only authenticator; neuron just trusts the stamped principal header). Principal could move to cortex-core later…

grenade opened issue helexa/helexa#59 2026-06-13 15:18:50 +00:00
helexa-upstream: accounts, allocations, key distribution, real-time authorization, operator compensation
grenade opened issue helexa/helexa#58 2026-06-13 15:18:44 +00:00
cortex: operator served-usage ledger + scheduled reconciliation + no-limit infra key
grenade opened issue helexa/helexa#57 2026-06-13 15:18:39 +00:00
cortex: EntitlementProvider — helexa-upstream client (authorize/reserve/settle, fail-closed)
grenade opened issue helexa/helexa#56 2026-06-13 15:18:34 +00:00
cortex: client-aware guidance — prompt pre-validation, User-Agent hints, advertised limits
grenade opened issue helexa/helexa#55 2026-06-13 15:18:28 +00:00
cortex: load-aware routing across replicas + backpressure propagation
grenade opened issue helexa/helexa#54 2026-06-13 15:18:23 +00:00
neuron: per-principal in-flight cap (fair-share)
grenade opened issue helexa/helexa#53 2026-06-13 15:18:19 +00:00
neuron: admission control — bounded queue + backpressure, expose load in /health
grenade opened issue helexa/helexa#52 2026-06-13 15:18:13 +00:00
cortex: budget enforcement — hard per-key caps, reserve→settle, 429/402 + Retry-After
grenade opened issue helexa/helexa#51 2026-06-13 15:18:08 +00:00
cortex: per-request token metering + per-key/account spend ledger
grenade opened issue helexa/helexa#50 2026-06-13 15:18:04 +00:00
cortex: EntitlementProvider trait + local/static provider
grenade opened issue helexa/helexa#49 2026-06-13 15:17:59 +00:00
cortex: API-key authentication + principal resolution