Customer-service-assistant frontend-server
UI server for the voice assistant platform.
install
source · Clone the upstream repo
git clone https://github.com/papdawin/customer-service-assistant
manifest:
web/frontend/skill.mdsource content
Frontend Server
Purpose
Serve the UI for a callable voice assistant deployed at different companies.
Interfaces
- HTTP GET
renders/
via Jinja2.index.html - Static files mounted at
./static
Models
- None.
Libraries
fastapijinja2starlette- stdlib:
,ospathlib
Runtime Config
(backend base URL)API_BASE
(page title)TITLE
Main Components
- Template loader and render context.
- Static asset mount.