moodymudskipper / ask

ask R anything
Other
72 stars 2 forks source link

conversation_manager #26

Closed moodymudskipper closed 1 month ago

moodymudskipper commented 1 month ago

The new printing method is great but we cannot access older conversations. The conversation_manager solves it It display very similarly to output of print but :

globals contains a conversations list when we call follow_up() we look for the original and replace it. again() does create a new conversation (if it's a long conversation that's a lot of duplicates but I think it's ok, we can remove from the convo manager).

Technically we can have a tree of conversations but I'm not sure if it's useful.

Fancy feature: returning a conversation up to a given answer, maybe not worth it, and not sure if it would look good.

moodymudskipper commented 1 month ago

This is done in #27 :

Some possible additional features: