Altar.Supervisor (Altar v0.1.2)

View Source

Top-level supervisor for the ALTAR application.

Manages the Local Agent & Tool Execution Runtime (LATER) processes, starting with a named Altar.LATER.Registry so it can be discovered by other components without passing around pids.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start the top-level supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(init_arg \\ :ok)

@spec start_link(term()) :: Supervisor.on_start()

Start the top-level supervisor.