Installing aat

The A-A-T model

TBA

Installing

To use the aat model from another project, install the core module directly from this repository:

pip install git+https://github.com/neelsmith/aat.git

To include aat.english (the dspy-based English pipeline):

pip install "aat[english] @ git+https://github.com/neelsmith/aat.git"

To pin to a specific branch, tag, or commit appending @<ref> to the URL, e.g.

pip install "aat[english] @ git+https://github.com/neelsmith/aat.git@v0.1.0`