Commit Graph
4 Commits
Author SHA1 Message Date
arys db1793e149 fix: show AI call transcript in operator voice workspace
OperatorView never fetched asterisk-bridge's GET
/asterisk/live-calls/{call_id}/ai-summary endpoint for voice calls —
the useEffect that loads conversation content only covered telegram
and whatsapp threads, so the voice panel showed just a Call ID and AI
state string, no transcript of what was actually said, even though
the backend already had the full data (transcript_segments,
customer_request_text, ai_outcome_text).

Add BackendVoiceAISummary types, poll the ai-summary endpoint while a
voice interaction is selected, and render the transcript + AI
request/outcome summary in VoiceWorkspace.
2026-08-30 12:48:42 +05:00
Hermes Agent 03417c4f45 feat: show L2 agent pool and AI escalations on Supervisor dashboard
deploy / deploy (push) Successful in 51s
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
arystanbek 0e528b05e3 ci: add Gitea Actions deploy workflow
deploy / deploy (push) Has been cancelled
2026-08-12 15:14:56 +00:00
konturai-ops 82826f8857 init: DigOpsCC UI - React frontend for call-center backend (migrated from /opt untracked source) 2026-08-10 12:44:09 +00:00