README.md
requirements.txt
setup.py
auglm_chatbots.egg-info/PKG-INFO
auglm_chatbots.egg-info/SOURCES.txt
auglm_chatbots.egg-info/dependency_links.txt
auglm_chatbots.egg-info/requires.txt
auglm_chatbots.egg-info/top_level.txt
chatbots/__init__.py
chatbots/session.py
chatbots/botloggers/__init__.py
chatbots/botloggers/base_logger.py
chatbots/botloggers/channels.py
chatbots/botloggers/completion_reaction_logger.py
chatbots/botloggers/language_model_logger.py
chatbots/botloggers/search_logger.py
chatbots/completion_reactions/__init__.py
chatbots/completion_reactions/action_reaction.py
chatbots/completion_reactions/answer_reaction.py
chatbots/completion_reactions/dice_reaction.py
chatbots/completion_reactions/search_reaction.py
chatbots/completion_reactions/utils.py
chatbots/lm_utils/__init__.py
chatbots/lm_utils/language_model_gpt3.py
chatbots/lm_utils/language_model_interface.py
chatbots/lm_utils/prompt_filler.py
chatbots/robot/__init__.py
chatbots/robot/completion_reaction_interface.py
chatbots/robot/robot.py
chatbots/search/__init__.py
chatbots/search/nn_config.py
chatbots/search/search_cache.py
chatbots/search/search_duckduckgo.py
chatbots/search/search_interface.py
chatbots/search/search_local_database_semantic.py
chatbots/search/search_local_database_textual.py
chatbots/search/search_ranker.py
chatbots/search/utils.py