Skip to content

Commit

Permalink
Update README upon 3.10 release (#4)
Browse files Browse the repository at this point in the history
* update README

* readd step 6 with amended instructions

* address review

* Update README.md

Co-authored-by: Alan Nichol <[email protected]>

---------

Co-authored-by: Alan Nichol <[email protected]>
  • Loading branch information
ancalita and amn41 authored Sep 5, 2024
1 parent db2876c commit c778b5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ Get started with Rasa Pro in the browser using GitHub Codespaces.
GitHub will show a notification, click on the green button to view the inspector where you can chat with your assistant.
6. **Run Custom Actions:**
If your bot uses custom actions, you will need to run an action server. To do this:
- Create a second terminal window in the codespace
- load the env vars and activate your virtual environment: `source .env && source .venv/bin/activate`
- start the action server by running `rasa run actions`
In Rasa 3.10 and later, custom actions are automatically run as part of your running assistant. To double-check that this is set up correctly, ensure that your `endpoints.yml` file contains the following configuration:
```
action_endpoint:
actions_module: "actions" # path to your actions package
```
Then re-run your assistant via `rasa inspect` every time you make changes to your custom actions.

0 comments on commit c778b5d

Please sign in to comment.