Structs§
- Agent
NotSet - Type-state representing an empty
agent
field inChatbotBuilder
- Chatbot
- A CLI chatbot.
Only takes Agent types unlike cli_chatbot which takes any
impl Chat
type. - Chatbot
Builder - 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.