v1.0.0 — Initial release
Initial release — five self-contained, runnable Malayalam voice apps built on swaram.live. Each is its own full-stack project (React + Express) that runs with just a swaram API key (the tutor also uses Amazon Bedrock).
Apps
- clinic-appointments — books and cancels doctor appointments over a live schedule board
- car-service — books Maruti service slots (model, centre, work notes)
- test-drive — qualifies a lead field-by-field and books a test drive, with a live lead card
- appliance-support — logs / edits / cancels TV·fridge·AC·washing-machine repair tickets
- malayalam-tutor — upload a document, learn it by talking (Amazon Bedrock study brief)
Highlights
- Real-time Malayalam voice; short-lived token minted server-side (secret key never reaches the client)
- Reliable function calling — enum-constrained tools, server validation, confirm-only-after-
ok:true - Male or female voice, with the persona name matching the chosen voice
- Privacy: list tools return occupancy only (no names/phones); cancel/modify gated by a strict-phone, lenient-name identity check (absorbs Malayalam ASR spelling variance)
- Mobile-friendly page-scroll conversation; Space interrupts the agent
- Each app carries its own copy of the reusable voice kit — swap the domain, keep the pipeline
See CHANGELOG.md.