We are pleased to announce the first release of dialog2rasa. This utility is designed to facilitate the effortless conversion of Dialogflow agents to the Rasa format. It seamlessly processes Dialogflow ZIP export files and ensures compatibility with Rasa versions higher than 3.0.
Features
- Convert intents, entities, and responses from Dialogflow to Rasa into YAML format.
- CLI support for easy use and integration using `dialog2rasa`
Quickstart
Install the tool from PyPI:
bash
pip install dialog2rasa
Convert your Dialogflow agent by running:
bash
dialog2rasa -p path/to/your/dialogflow/export
For more information and usage instructions, check out our [documentation](https://github.com/murilobellatini/dialog2rasa).
Thank you for trying out `dialog2rasa`. We're looking forward to your feedback and contributions!