See KIMMDY documentation and documentation for these reactions.
Together with KIMMDY
pip installl kimmdy[reactions]
To install it separatly:
pip install kimmdy-reactions
- Implement your reaction as a subclass of
kimmdy.reaction.Reaction
- Register your Reaction class in the [options.entry_points] section in the setup.cfg. The name you give here must match the entry in the config.yml for Kimmdy!