mix bb_jido.add_jido_instance (bb_jido v0.1.2)

Copy Markdown View Source

Adds a Jido supervisor instance module and wires it into the application

Creates a small module that declares your application's Jido instance and adds {Jido, name: <module>} to your application's supervision tree.

Example

mix bb_jido.add_jido_instance
mix bb_jido.add_jido_instance --jido-instance MyApp.AgentRuntime

Options

  • --jido-instance - The module name for the Jido instance (defaults to {AppPrefix}.Jido).