Structs§
- Agent
NotSet - Type-state representing an empty
agentfield inChatbotBuilder - Chatbot
- A CLI chatbot.
Only takes Agent types unlike cli_chatbot which takes any
impl Chattype. - 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
Chattrait.