The AI Domain Definition Language (AIDDL) Framework Help

Installation

Setting up the AIDDL_PATH Variable

Before installing the AIDDL libraries, we need to set the AIDDL_PATH environment variable. This will allow to import required modules (via #req) by using their name. Below, we use <AIDDL> as the root of the aiddl.org git repository.

Add the following lines to the end of the `~/.profile` file:

AIDDL_PATH="<AIDDL>/core/aiddl/:<AIDDL>/common/aiddl/"
  1. Navigate to: Computer -> Settings -> Advanced Settings -> Environment Variables

  2. Add a new variable named AIDDL_PATH

  3. Change the value of AIDDL_PATH to include the following folders:

    <AIDDL>/core/aiddl <AIDDL>/common/aiddl
Last modified: 17 March 2025