https://github.com/hsm207/rasa_async_sdk
How to write custom actions that will run asynchronously
https://github.com/hsm207/rasa_async_sdk
conversational-ai python rasa
Last synced: 7 months ago
JSON representation
How to write custom actions that will run asynchronously
- Host: GitHub
- URL: https://github.com/hsm207/rasa_async_sdk
- Owner: hsm207
- Created: 2021-09-19T13:33:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T15:38:42.000Z (about 4 years ago)
- Last Synced: 2025-01-14T11:16:51.446Z (9 months ago)
- Topics: conversational-ai, python, rasa
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repository contains contain to accompany the [Can Rasa's Action Server Do Asynchronous Calls?](https://pub.towardsai.net/can-rasas-action-server-do-asynchronous-calls-48c45f2dceb0) blog post on Medium.
# Usage
1. Run `make run-action-server threads=1`
2. In another terminal, run `make benchmark-action-server`