Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.53 KB

File metadata and controls

30 lines (19 loc) · 1.53 KB

AICon (Agentic Intelligence for the Computing Continuum)

A simulator based developement framework of distributed management agents for the computing continuum

  1. Installation
create conda environment with python 3.10
git clone --branch v1.0.1 https://github.com/ildefons/aicon.git
pip install ./requirements.txt
  1. Examples

The examples\ayafs directory contain three examples with both a simulated setup and management network meant to control this simulated system. Other folders in examples contains uniquelly examples of simulated setups and we cannot guarantee the correct functionality due to heavy changes performed in the underlying simulator based on YAFS (see Acknowledgement below) and the same caution note applies to the tutorial_scenarios folder

export PYTHONPATH=$PYTHONPATH:~/YAFS/src/
cd examples/ayafs/SingleAgentAPL
python main.py

References

Acknowledgment

This framework builds upon YAFS (Yet Another Fog Simulator). We acknowledge and thank the YAFS authors for their foundational work in fog computing simulation, which our project extends to support the study and development of distributed management agents for continuum computing systems.