dialog_flow_framework
dialog_flow_framework copied to clipboard
Dialog Flow Framework is a free and open-source software stack for creating chatbots, released under the terms of Apache License 2.0.
# Description Exceptional conditions support added. Exceptional conditions are similar to regular conditions, however they are triggered on exceptions instead. # Checklist - [x] I have performed a self-review of...
# Description Created interface for VK bot creation # Checklist to do - [ ] Video upload - [ ] Poll creation - [ ] Async functions
Bumps the deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [pytest](https://github.com/pytest-dev/pytest)...
# Description Telegram interface was rewritten and updated to be used with the most recent `Interface` and `Attachment` classes. # Checklist - [x] I have performed a self-review of the...
# Description Added Sphinx Multiversioning using the sphinx-polyversion extension. Most key features have been added. switcher.json file is now fully automated. Tags regexp in poly.py is supposedly automated, but it...
# Description Multiple user interface support added. # Checklist - [ ] I have performed a self-review of the changes # To Consider - Add tests (if functionality is changed)...
Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.2.0` |...
# Description Add `quick_test` command which runs tests deselecting `slow` and `docker` marked items. # Checklist - [x] I have performed a self-review of the changes # To Consider -...
# Description Context storages are updated partially now instead of reading and writing whole data at once. # Checklist - [x] I have covered the code with tests - [x]...
# Checklist - [ ] [test_forms.py](https://github.com/deeppavlov/dialog_flow_framework/blob/merge/slots/tests/slots/test_forms.py) is skipped, there are no tests - [ ] Update example utils when #34 is merged