Modular Architecture for Conversational Agents
No installation required. Cloning this repository is sufficient.
- Go into the directory containing the cloned MACA repository
cd <your_dir>/MACA
- [Optional] Configure the configuration file: config.py using your favorite text editor. Modify the field
system_description_file
to the appropriate configuration files (some examples are provided insystem_configs
directory. - If you did step 2, launch the system using python:
python main.py
If you skipped step 2, launch the system and specify the system_description_file
using flag -f
, for example:
python main.py -f system_configs/echo_system.py
- To terminate, simply interrupt the system by pressing
Ctrl + C
.