I want to get the value from a slot somewhere in my code that is not an action, I want to get it as soon as it has some value, I only have my agent, so I thought something like agent.tracker_store.get_slot() but I don’t know how to trigger this get only when the value is set. I am using agent.handle_message to manage the conversation and it has to continue that way.