Agent

These docs are for version 1.x of Rasa Open Source.


User Guide

NLU

Core

Conversation Design

API Reference

Migrate from (beta)

Reference


Versioning

Viewing: 1.10.3

Agent ΒΆ

@classmethod load()

The Agent class provides a convenient interface for the most important Rasa functionality.

This includes training, handling messages, loading a dialogue model, getting the next action, and handling a channel.

Example usage:

>>> from rasa.core.agent import Agent
>>> await agent.handle_text("hello")
[u'how can I help you?']

πŸ‘‹ I can help you get started with Rasa and answer your technical questions.