controller.controller_terminal

This file contains the Controller class which controls the flow of the conversation while the user interacts with the agent using python console.

Module Contents

Classes

ControllerTerminal

This is the main class that controls the other components of the

class controller.controller_terminal.ControllerTerminal(configuration: Dict[str, Any])

Bases: moviebot.controller.controller.Controller

This is the main class that controls the other components of the IAI MovieBot. The controller executes the conversational agent.

execute_agent() None

Runs the conversational agent and executes the dialogue.