0.4.13
Features
- Add support for integration with the Microsoft Bot Framework [https://github.com//pull/381]
- (A huge thanks to @vkosuri for working to add support for integration with Microsoft's Bot Framework).
- Add Django management command to train chat bot [https://github.com//pull/401]
- Add a logic adapter to return a specific response to a specific input. [https://github.com//pull/409]
- Add a logic adapter to return a default response when no good response is known [https://github.com//pull/409]
- Remove dependency on fuzzywuzzy [https://github.com//pull/410]
Bug fixes
- Fix adapter issue with unicode literals [https://github.com//pull/411]