Raxol.Agent.Supervisor (Raxol Agent v2.6.0)

Copy Markdown View Source

Supervision subtree for the agent subsystem.

Children:

Strategy is :rest_for_one: if the DynSup crashes, the Orchestrator restarts and rebuilds from ContextStore. If the Registry crashes, everything restarts.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

@spec start_link(keyword()) :: {:ok, pid()}