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

ENG-424: initial port of moodbot to flows / command pattern #12683

Merged
merged 39 commits into from
Jul 25, 2023

Conversation

amn41
Copy link
Contributor

@amn41 amn41 commented Jul 20, 2023

Proposed changes:

  • ...

Status (please check what you already did):

  • added some tests for the functionality
  • updated the documentation
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

@amn41 amn41 marked this pull request as ready for review July 20, 2023 14:40
@amn41 amn41 requested a review from a team as a code owner July 20, 2023 14:40
@amn41 amn41 removed the request for review from a team July 20, 2023 14:41
rasa/cli/initial_project/config.yml Outdated Show resolved Hide resolved
rasa/cli/initial_project/config.yml Outdated Show resolved Hide resolved
- are you a human?
- am I talking to a bot?
- am I talking to a human?
- intent: affirm
Copy link
Member

Choose a reason for hiding this comment

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

I can double check why we need them

@m-vdb m-vdb changed the title initial port of moodbot to flows / command pattern ENG-424: initial port of moodbot to flows / command pattern Jul 24, 2023
m-vdb
m-vdb previously requested changes Jul 24, 2023
Copy link
Collaborator

@m-vdb m-vdb left a comment

Choose a reason for hiding this comment

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

thanks @amn41 !

docs/sidebars.js Outdated Show resolved Hide resolved
docs/sidebars.js Outdated Show resolved Hide resolved
rasa/cli/initial_project/config.yml Outdated Show resolved Hide resolved
docs/docs/start-here.mdx Outdated Show resolved Hide resolved
docs/docs/start-here.mdx Show resolved Hide resolved
docs/docs/start-here.mdx Show resolved Hide resolved
docs/docs/start-here.mdx Show resolved Hide resolved
docs/docs/start-here.mdx Outdated Show resolved Hide resolved
docs/docs/start-here.mdx Outdated Show resolved Hide resolved
docs/docs/start-here.mdx Outdated Show resolved Hide resolved
amn41 and others added 10 commits July 25, 2023 08:49
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
import pkg_resources

if is_dm2:
return pkg_resources.resource_filename(__name__, "initial_project_dm2")
Copy link
Member

Choose a reason for hiding this comment

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

resource needs to be added to pyproject.toml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks for calling that out. Where though? I don't see anytihng like that for initial_project

Copy link
Member

Choose a reason for hiding this comment

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

should be part of this line, but it is very intersting that the original one isn't

include = [ "LICENSE.txt", "README.md", "rasa/shared/core/training_data/visualization.html", "rasa/cli/default_config.yml", "rasa/shared/importers/*", "rasa/utils/schemas/*", "rasa/keys", "rasa/core/channels/chat.html", "rasa/cdu/classifiers/command_prompt_template.jinja2",]

it looks like, by default already anything in the module tree is added in the sdist case python-poetry/poetry#2015 (comment)

docs/docs/start-here.mdx Outdated Show resolved Hide resolved
@tmbo tmbo merged commit f3e2e45 into command-pattern Jul 25, 2023
95 of 96 checks passed
@tmbo tmbo deleted the command-moodbot branch July 25, 2023 20:00
@github-actions
Copy link
Contributor

🚀 A preview of the docs have been deployed at the following URL: https://12683--rasahq-docs-rasa-v2.netlify.app/docs/rasa

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.

None yet

4 participants