Module cli_chatbot

Module cli_chatbot 

Source

Structs§

AgentNotSet
Type-state representing an empty agent field in ChatbotBuilder
Chatbot
A CLI chatbot. Only takes Agent types unlike cli_chatbot which takes any impl Chat type.
ChatbotBuilder
Builder pattern for CLI chatbots.

Functions§

cli_chatbot
Utility function to create a simple REPL CLI chatbot from a type that implements the Chat trait.