Parent repository for the Eliza App.
This repository contains all components of the Eliza app as git submodules and can be used as the root to execute build commands that are run on the components.
For a description of the Eliza App see to the README there.
To check out all code needed for the Eliza App, clone this repository including all submodules:
git clone --recurse-submodules -j8 https://github.com/leolani/g2ky-parent.git
Checkout the repository as described in Check-out. Then go to the repository root, build the project, activate the virtual environment for the Python application and run it. Altogether:
git clone --recurse-submodules -j8 https://github.com/leolani/g2ky-parent.git
cd g2ky-parent
make build
cd cltl-g2ky-app
source venv/bin/active
cd py-app
python app.py
Follow the instructions in cltl-combot.