AGILAB BSD license project purpose is to explore AI for engineering. It is designed to help engineers quickly experiment with AI-driven methods. See documentation.
mkdir fwk-workspace && cd fwk-workspace
uv init --bare --no-workspace
uv add -p 3.12 --upgrade agilab fwk-env fwk-cluster fwk-node fwk-gui
uv run agilab --openai-api-key "your-api-key"
Linux and MacOs
git clone https://github.com/ThalesGroup/agilab
cd agilab/src/fwk/core/gui
./install.sh --openai-api-key "your-api-key" --cluster-ssh-credentials "username:[password]"
Windows
unzip agilab.zip
cd agilab/src/agi/fwk/gui
powershell.exe -ExecutionPolicy Bypass -File .\install.ps1 --openai-api-key "your-api-key"
cd agilab/src/fwk/core/gui
uv run agilab