rasa-configuring-assistant

Configure Rasa CALM pipeline components, policies, and endpoints in config.yml and endpoints.yml.

5|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/RasaHQ/rasa-agent-skills --skill rasa-configuring-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rasa-configuring-assistant
Source: https://github.com/RasaHQ/rasa-agent-skills/tree/main/skills/rasa-configuring-assistant
Command: npx skills add https://github.com/RasaHQ/rasa-agent-skills --skill rasa-configuring-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of configuring Rasa CALM assistants by providing clear guidance on setting up essential configuration files like config.yml and endpoints.yml.

Core Features & Use Cases

  • Pipeline Configuration: Understand and set up necessary pipeline components, including command generators and embeddings.
  • Policy Setup: Learn how to correctly implement FlowPolicy for conversational flow execution.
  • Endpoint Configuration: Configure action endpoints, NLG servers, and model groups for seamless integration with external services.
  • Use Case: When starting a new Rasa CALM project, use this Skill to ensure your config.yml and endpoints.yml are correctly set up for optimal performance and integration.

Quick Start

Configure the pipeline in config.yml with at least one command generator and add FlowPolicy to policies.

Frequently Asked Questions about rasa-configuring-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a pipeline in config.yml for a Rasa CALM assistant?

To configure a Rasa CALM assistant pipeline in config.yml, include at least one command generator and set up necessary embeddings. This ensures the assistant correctly processes conversational commands and flows.

What policies are required when setting up a Rasa CALM assistant?

Rasa CALM assistants require the FlowPolicy in the policies section of config.yml. Implementing FlowPolicy ensures the assistant correctly executes defined conversational flows during user interactions.

How do I configure endpoints.yml for Rasa CALM assistant integrations?

Configure endpoints.yml for Rasa CALM assistants by defining action endpoints, NLG servers, and model groups. This setup connects your assistant to external services for seamless action execution and response generation.

What is a command generator in Rasa CALM configuration?

A command generator in Rasa CALM configuration is a required pipeline component specified in config.yml. It processes user input to generate the commands that drive the assistant's conversational flow execution.

Can I modify language settings in Rasa CALM config.yml?

Yes, you can modify language settings within the config.yml file when setting up a Rasa CALM assistant. Adjusting these settings ensures the pipeline correctly processes the desired language for your project.

What are model group definitions used for in Rasa endpoints configuration?

Model group definitions in Rasa endpoints configuration organize and route requests to specific models. Defining these groups in endpoints.yml allows seamless integration and management of multiple models for different assistant tasks.