cofree-coffee / cofree-bot

A library for building bots compositionally.
41 stars 8 forks source link

Feature request: stateful lists #44

Open isovector opened 2 years ago

isovector commented 2 years ago

I'd like to have a CRUD interface for making lists that are stored by the bot. So like, eg add podcast-guest @masaeedu and have that be stored, so when i then list podcast-guest, I get back - @masaeedu and anyone else who might have been added to the list.

Other things we could track:

solomon-b commented 2 years ago

I really like this idea and am down to take a stab at it after the current PRs are merged.