paulbricman / dual-obsidian-client

A skilled virtual assistant for Obsidian.
https://paulbricman.com/thoughtware/dual
Mozilla Public License 2.0
242 stars 7 forks source link

Add option to persist convo #26

Open paulbricman opened 3 years ago

paulbricman commented 3 years ago

Reloading Obsidian currently clears the conversation, an option could persist it. That would require an additional local store somehow... Perhaps in a text file which would also be human-readable.

bensleveritt commented 3 years ago

Would it be useful to store the previous conversations in text, then parse them with Dual? This could open up time-based meta-queries: "When did I last look up behavioural economics?" "How often do I work on psychiatry projects?"

paulbricman commented 3 years ago

Hm if that would be a thing in the future I think it only makes sense to somehow first make use of (created, modified, accessed) timestamps of the note themselves, rather than of this persisted convo? @bensleveritt

bensleveritt commented 3 years ago

That's fair. Just logging would be a good start