a containerized launcher with a GUI for multi-agent-systems written in DALI.
- install sicstus
- clone DALI:
- check the compatibility table DALI-DALIA Compatibility
- e.g.
git clone --branch 2024.10 --depth 1 https://github.com/AAAI-DISIM-UnivAQ/DALI
- install docker
- clone DALIA
- check the compatibility table DALI-DALIA Compatibility
- e.g.
git clone --branch 2025.09 --depth 1 https://github.com/alyshmahell/dalia
- navigate into the cloned repo:
cd dalia./run --sicstus <path_to_sicstus_directory> --dali <path_to_dali_directory> --src <path_to_mas_directory> path_to_mas_directoryis the path to the multi agent system you've written using DALI, you can use theexampledirectory found in this repository inpath_to_mas_directorywhen getting started.