mix bb_jido.install (bb_jido v0.1.2)

Copy Markdown View Source

Installs bb_jido into a project

Always composes bb_jido.add_jido_instance, which creates a Jido instance module and wires it into the application supervision tree.

If --robot is supplied, also composes bb_jido.add_agent to scaffold an agent module that drives that robot.

Examples

mix igniter.install bb_jido
mix igniter.install bb_jido --robot MyApp.Robot
mix igniter.install bb_jido --robot MyApp.Robot --jido-instance MyApp.AgentRuntime

Options

  • --robot - If given, scaffolds an agent module for this robot.
  • --agent - The agent module name (passed to bb_jido.add_agent).
  • --jido-instance - The Jido instance module name (passed to bb_jido.add_jido_instance).