Alarm inital copy from Timer, Inital Phone skill, readme updates

main
samerbam 1 year ago
parent 5329e0af72
commit b9ef486448

@ -20,6 +20,10 @@
- [ ] Wolfram - [ ] Wolfram
- [x] NLP - [x] NLP
- [x] Speech to Text (frontend for sure) - [x] Speech to Text (frontend for sure)
- [x] Phone
- [x] inital implementation where the number is sent to the phone
- [ ] NLP name to check contact
- [ ] iCloud Contact API
- [ ] API - [ ] API
- [ ] Authentication - [ ] Authentication
- [ ] General API - [ ] General API
@ -41,6 +45,8 @@ More examples (includes jwt authentication, though this is in node.js, still use
## Ideas ## Ideas
* Dashboard with api call counts (would require linking into all active skills, callbacks with class inheritance maybe?) * Dashboard with api call counts (would require linking into all active skills, callbacks with class inheritance maybe?)
* Phone calls from Jarvis speaker
* JARVIS, initiate the House Party Protocol (takeover screen and show retro style text interface, possibly showing data from dashboard)
## Wants, but limitations prevent ## Wants, but limitations prevent

@ -1 +1,2 @@
#using FastAPI because I used that for ThermalTodos with auth0 auth and dont want to relearn auth0 #using FastAPI because I used that for ThermalTodos with auth0 auth and dont want to relearn auth0
#https://fastapi.tiangolo.com/advanced/websockets/#handling-disconnections-and-multiple-clients

@ -27,4 +27,5 @@ while True:
# TODO: Make api request to backend with resulting text in callback function. # TODO: Make api request to backend with resulting text in callback function.
# Use to connect to backend with bi-directional communication, allows for alarms/timers/etc to work: # Use to connect to backend with bi-directional communication, allows for alarms/timers/etc to work:
# https://pypi.org/project/websocket-client/ # https://pypi.org/project/websocket-client/
# https://websockets.readthedocs.io/en/stable/
Loading…
Cancel
Save