leon-ai / leon

🧠 Leon is your open-source personal assistant.
https://getleon.ai
MIT License
15.41k stars 1.27k forks source link

Slot filling option for modules (flow) #61

Open louistiti opened 5 years ago

louistiti commented 5 years ago

Something that I have really dream about in the night between the 22nd to the 23rd of February.

Feature Use Case

A good example could be the game of "guess the number".

User: Leon, let's play the guess the number game Leon: Alright, I've chosen a number, you guess. User: 42 Leon: More User: 45 Leon: Less User: 43 Leon: You got me with 3 tries, congrats!

Feature Proposal

Be able to have a dedicated "flow" for each module. As long as the user does not say "stop" or the module does not exit via a trigger, then the flow continue for this specific module.

Dedicated "flow" for each module. Module with an option flow true or false. When true, do not exit the current flow until the user say "stop" or the module exit via a trigger.

louistiti commented 5 years ago

✨ [1.0.0-beta.3] Dedicated modules flow