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¶
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.ControllerThis 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.