Hermes Agent 03417c4f45
deploy / deploy (push) Successful in 51s
feat: show L2 agent pool and AI escalations on Supervisor dashboard
Surfaces the routing-service agent pool (/routing/agents) and live
escalation feed (/routing/escalations) on the SupervisorView used at
aimaq.konturai.kz — this is the actual frontend for the Tele2 Kazgaz
number +77476456048's call-center backend.
2026-08-29 13:53:50 +05:00

DigOpsCC UI

Новый React UI для существующего call-center backend.

Backend contract

UI использует тот же API Gateway, что и call-center/ui:

  • gateway health: /health
  • service proxy: /proxy/{service}/{path}
  • auth header: Authorization: Bearer <token>
  • actor headers: X-User, X-Role

По умолчанию Vite proxy отправляет /health и /proxy на http://localhost:8080.

Local development

npm install
npm run dev

Откройте http://localhost:3000. Перед этим поднимите backend gateway:

cd ../call-center
uvicorn gateway.app:app --reload --port 8080

Можно переопределить адрес gateway:

VITE_CC_GATEWAY_URL=http://localhost:8080 npm run dev

Gateway deployment

Production build по умолчанию собирается с base path /omnichannel/:

npm run build

call-center/gateway/app.py подхватывает build из ../omnichannel-contact-center/dist и раздает его на:

При необходимости путь можно поменять через OMNICHANNEL_UI_DIR.

S
Description
DigOpsCC UI - React frontend for call-center backend (aimaq.konturai.kz / crm.konturai.kz)
Readme
161 KiB
Languages
TypeScript 99.2%
CSS 0.5%
Dockerfile 0.2%
HTML 0.1%