The spiritual successor to Microsoft Agent, a character MOSAIC (Mostly Open Source Artificial Intelligence Companion) for all platforms.
Clone the repository and install the dependencies.
git clone git@github.com:StarCityIndustries/sierra.gitCreate a virtual environment using Python 3.11 and activate it.
python -m venv venv
source venv/bin/activateRun the setup script to install dependencies from the ai/ and input/ modules.
python setup.py installFor your convenience, run configurations are provided for PyCharm.
If you are using another IDE or wish to run the program from the command line, the configurations are pretty easy to reproduce.
Sierra is provided with example characters that can be used as a starting point for your own characters.
Sierra is provided with example tasks that can be used as a starting point for your own tasks.
Read the contributing guide to learn how to contribute to this project.