Version: Latest
Code Generation for CALM Assistants
When building a new Rasa skill, using an LLM to generate the first draft of your code is often a quick way to get started, especially if you're new to Rasa.
You can use the skill generator to draft and refine your CALM skill. It will generate the flow and domain yaml files for you, and will also create a custom action with mocked return values. There's a video that walks through the process step by step in the README.
The skill generator is open source, so you can also get the code to run and modify it yourself.