aj47 / clickolas-cage

a chrome extension that performs web browsing actions autonomously to complete a given goal/task (using LLM as brain).
MIT License
56 stars 11 forks source link

[Feature] Implement some kind of memory such that data can be stored #3

Open aj47 opened 4 months ago

aj47 commented 4 months ago

Would be useful to store things like the uses preferred calendar or maybe something that they've talked before a case before and that could help in the repetition eventually leading on to teaching functionality

anonfaded commented 1 month ago

.

GeekMaster117 commented 1 month ago

Hey is this still open, if so what kind data storage are you looking for, like MySQL or just plain old windows file system

aj47 commented 1 month ago

faded raised his hands to try implement this. we discussing here: https://discord.com/channels/1010083670599671838/1245205896858964060 feel free to join

persisting knowledge between sessions is a use case.
Another is storing information from one website to later retrieve and use in another
Does that make sense? Feel free to ask follow up questions
aj47 commented 1 month ago

Hey is this still open, if so what kind data storage are you looking for, like MySQL or just plain old windows file system

I was hoping for something light and cross platform that works well with chrome but is also easy to use. indexedDB? sqlite? localStorage?

I would like to be involved in the decision making process for which architecture we decide