A Python chatbot framework that provides natural language processing and state management, allowing developers to build dynamic, conversational agents that can execute user-defined code.
# clone the repository
$ git clone https://github.com/Viasat/build-the-bot.git
Create a virtualenv and activate it:
$ python3 -m venv venv
$ source venv/bin/activate
Or on Windows cmd:
$ python3 -m venv venv
$ venv\Scripts\activate
Install build_the_bot
$ pip install build_the_bot