This is a Sink plugin for MADS.
This plugin keeps track of launched agents and of their current status.
This plugin has been updated for MADS v2
Currently, the supported platforms are:
- Linux
- MacOS
- Windows
Linux and MacOS:
cmake -Bbuild -DCMAKE_INSTALL_PREFIX="$(mads -p)"
cmake --build build -j4
sudo cmake --install buildWindows:
cmake -Bbuild -DCMAKE_INSTALL_PREFIX="$(mads -p)"
cmake --build build --config Release
cmake --install build --config ReleaseThe plugin supports the following mandatory settings in the INI file:
[agents_status]
silent = true
sub_topic = ["agent_event"]The plugin supports a datastore file agents.json created in a temporary directory for persisting data between runs. Look at the Datastore class for more information on how to use it.