Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.06 KB

sierra


The spiritual successor to Microsoft Agent, a character MOSAIC (Mostly Open Source Artificial Intelligence Companion) for all platforms.

Quickstart

Installation

Clone the repository and install the dependencies.

git clone git@github.com:StarCityIndustries/sierra.git

Create a virtual environment using Python 3.11 and activate it.

python -m venv venv
source venv/bin/activate

Run the setup script to install dependencies from the ai/ and input/ modules.

python setup.py install

Usage

For 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.

Characters

Sierra is provided with example characters that can be used as a starting point for your own characters.

Tasks

Sierra is provided with example tasks that can be used as a starting point for your own tasks.

Contributing

Read the contributing guide to learn how to contribute to this project.