Hi!
Ideally the get_human_input should also have the ability to be async. Right now, it seems impossible to have a code that is fully async because of this.
To do that, there is a need to async the function check_termination_and_human_reply and await the three calls to get_human_input
Thanks