feat(ift): EventHub AI Router stack for Zed
CI / build-gateway (push) Successful in 27s
CI / sync-config (push) Successful in 1s

FastAPI gateway with A/B/C lane orchestration, LiteLLM proxy config,
Swarm stack (postgres, redis, VPN off-by-default), deploy/smoke/audit scripts.
This commit is contained in:
2026-08-07 22:06:41 +03:00
commit 83d516afa1
29 changed files with 2005 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
name: CI
on:
push:
branches: [master, main]
pull_request:
jobs:
build-gateway:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build gateway image
run: docker build -f router/Dockerfile -t ai-router-gateway:ci .
- name: Lint Python syntax
run: python3 -m py_compile router/*.py
sync-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync routing config
run: bash scripts/sync-routing-config.sh