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 agi-workspace && cd agi-workspace
uv init --bare --no-workspace
uv add -p 3.12 --upgrade agilab agi-env agi-core agi-gui
uv run agilab --openai-api-key "your-api-key"
Linux and MacOs
git clone https://github.com/ThalesGroup/agilab
cd agilab agilab/src/agilab/fwk/gui
./install.sh --openai-api-key "your-api-key" --cluster-ssh-credentials "username:[password]"
Windows
unzip agilab.zip
cd agilab/src/agilab/fwk/gui
powershell.exe -ExecutionPolicy Bypass -File .\install.ps1 --openai-api-key "your-api-key"
cd agilab/src/agilab/fwk/gui
uv run agilab