Jido.Actions.Directives (Jido v1.1.0-rc)

View Source

A collection of actions that are used to control the behavior of the agent.

This module provides a set of simple, reusable actions:

  • EnqueueAction: Enqueues another action based on params
  • RegisterAction: Registers a new action module
  • DeregisterAction: Deregisters an existing action module

Each action is implemented as a separate submodule and follows the Jido.Action behavior.