The portal-assistant backend, applied and E2E-verified (bilingual bg/en spoken Q&A through STT->Brain->TTS). portal-stt = warm-resident Speaches large-v3-turbo; portal-assistant = the voice gateway (ClusterIP + public Cloudflare ingress, device-token auth, in-memory sessions). portal-assistant issues #2 + #10. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
443 B
HCL
13 lines
443 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
dependency "platform" {
|
|
config_path = "../platform"
|
|
skip_outputs = true
|
|
}
|
|
|
|
# portal-assistant gateway — the voice-assistant orchestrator (STT -> Brain ->
|
|
# TTS). v1 is ClusterIP-only (E2E proven in-cluster); the public Cloudflare
|
|
# ingress for the Portal app is added next. In-memory sessions for now (no
|
|
# SESSION_DB_DSN); CNPG Postgres is a later add. portal-assistant issue #10.
|