Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/readme #281

Merged
merged 12 commits into from
Nov 20, 2023
Merged

Feat/readme #281

merged 12 commits into from
Nov 20, 2023

Conversation

ruthenian8
Copy link
Member

Description

Update docs in README.md and index.rst

Checklist

  • I have performed a self-review of the changes

List here tasks to do in order to complete this PR.

To Consider

  • Add tests (if functionality is changed)
  • Update API reference / tutorials / guides
  • Update CONTRIBUTING.md (if devel workflow is changed)
  • Update .ignore files, scripts (such as lint), distribution manifest (if files are added/deleted)
  • Search for references to changed entities in the codebase

@ruthenian8 ruthenian8 changed the base branch from master to dev November 16, 2023 14:27
You can use it in services such as writing skills for Amazon Alexa, etc., chatbots for social networks, website call centers, etc.
The Dialog Flow Framework (DFF) allows you to develop conversational services.
DFF offers a specialized domain-specific language (DSL) for quickly writing dialogs in pure Python. The service is created by defining a special dialog graph that determines the behavior of the dialog agent. The latter is then leveraged in the DFF pipeline.
You can use the framework in various services, such as Amazon Alexa skills, chatbots for social networks, call centers, etc.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should mention that since we don't have anything to do with Amazon Alexa (such as user guides / tutorials / messenger interfaces).

@RLKRo RLKRo requested a review from pseusys November 17, 2023 12:01
@RLKRo RLKRo marked this pull request as ready for review November 17, 2023 12:02
@RLKRo RLKRo requested a review from kudep November 17, 2023 14:26
Refer to index.html
@ruthenian8 ruthenian8 merged commit 979a7dd into dev Nov 20, 2023
@RLKRo RLKRo deleted the feat/readme branch November 20, 2023 11:11
@RLKRo RLKRo mentioned this pull request Nov 21, 2023
1 task
RLKRo added a commit that referenced this pull request Nov 21, 2023
Release v0.6.3

# Release notes

- Update README to make it more concise and include reasons to use DFF (#281)
- Add [DFF optimization guide](https://deeppavlov.github.io/dialog_flow_framework/user_guides/optimization_guide.html) (#236)
- Add documentation section description for the [index page](https://deeppavlov.github.io/dialog_flow_framework/index.html) (#281)
- Add async method [dff.messengers.common.interface.CallbackMessengerInterface.on_request_async](https://deeppavlov.github.io/dialog_flow_framework/apiref/dff.messengers.common.interface.html#dff.messengers.common.interface.CallbackMessengerInterface.on_request_async) (#206)
- Move information about messenger interfaces from `pipeline.6_custom_messenger_interface` (removed) to [messengers.web_api_interface.1_fastapi](https://deeppavlov.github.io/dialog_flow_framework/tutorials/tutorials.messengers.web_api_interface.1_fastapi.html) (#206)
- Fix cross-references in [dff.messengers.common.interface](https://deeppavlov.github.io/dialog_flow_framework/apiref/dff.messengers.common.interface.html) (#206)
- Update tutorials to fit into documentation without side-scrolling (#241)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants