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