Bardo.ScapeManager.ScapeManager (Bardo v0.1.0)
View SourceThe ScapeManager is responsible for starting and stopping scapes.
Scapes represent environments where agents can interact and operate.
Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the ScapeManager GenServer with the given parameters and options.
Starts a new scape with the given dimensions and module name.
Stops a scape with the given module name.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Starts the ScapeManager GenServer with the given parameters and options.
Starts a new scape with the given dimensions and module name.
@spec stop_scape(atom()) :: :ok
Stops a scape with the given module name.