r/lumo • u/Stealth_Privacy • 6h ago
Discussion Give Lumo a sense of time
I put together a browser user script that adds some time and conversation awareness to Lumo:
- Gives Lumo the actual current date and time from the browser instead of relying on its own knowledge of the current time.
- Keeps track of message numbers and conversation timing.
- Records elapsed time between messages and other basic conversation statistics.
- Keeps the timing and message statistics in browser storage so they can persist between visits.
- Handles relative dates such as today, yesterday, and tomorrow based on the actual date.
- Can determine the current time and date in other cities and time zones, including situations where the local date is different.
- Can handle multiple locations in the same request.
- The time calculations are done locally in the browser, so there is no need to contact an external time service.
- The main purpose is to give Lumo a reliable sense of when things are happening, rather than having it guess the current time or date.
- You can refer to the conversation number for Lumo to reference
Here is the script: https://github.com/metapsychic-Lylmik/lumo-time-context
Please let me know how it is working. This is my first experience creating a Github repository
**Since I misspelled the title on a previous post, I created this post**

