Created by: litinsky
For now DeepPavlov developers expect only str typed utterances and responses to be stored in Agent history. To meet these expectations:
- RichMessage and RichControl implement str method;
- Agent utterances and responses are explicitly casted to str when put to agent history.