automata v0.1.0 Automaton.AgentSupervisor

Directly supervises the lifecycle of the user-defined agents (behavior trees). The Automaton.AgentServer starts them under this process. It is the parent and root of the user-defined composite, making it the boundary point between the high level Automaton policy control system and the user defined control.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for DynamicSupervisor.init/1.

Link to this section Functions

Link to this function

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

init([]) :: no_return()

Callback implementation for DynamicSupervisor.init/1.

Link to this function

start_link(list)