Skip to content

AAAI-DISIM-UnivAQ/dalia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dalia

a containerized launcher with a GUI for multi-agent-systems written in DALI.

Pre-Requisites:

  1. install sicstus
  2. clone DALI:
    git clone --branch 2024.10 --depth 1 https://github.com/AAAI-DISIM-UnivAQ/DALI
  3. install docker

Installation

  1. clone DALIA
    git clone --branch 2025.09 --depth 1 https://github.com/alyshmahell/dalia
  2. navigate into the cloned repo:
cd dalia

Usage

./run --sicstus <path_to_sicstus_directory> --dali <path_to_dali_directory> --src <path_to_mas_directory> 
  • path_to_mas_directory is the path to the multi agent system you've written using DALI, you can use the example directory found in this repository in path_to_mas_directory when getting started.

About

DALI Containarized and GUIfied

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • Shell 6.0%