rllr overall architecture
standard stuff
rllr consists of a device, a service, json and file storage, ML for speech to text, and again for text to objects and intent, and client apps.
graph TD;
linkStyle default stroke:white;
human --> device
device --> service
service --> cloud_storage
cloud_storage --> service
service --> react_spa
react_spa --> human
service --> external_gateway
external_gateway --> google_calendar
external_gateway --> twilio
external_gateway --> zapier
external_gateway --> etc