View Source Jido.Action.Directives (Jido v1.0.0)
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.