Bardo.AgentManager.Supervisor (Bardo v0.1.0)

View Source

Supervisor for the AgentManager subsystem.

This supervisor manages the various components of the AgentManager subsystem, including the AgentManager itself and the dynamic supervisor for agent workers.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)

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

Starts the supervisor.