object
  method break : unit -> unit
  method get_core : (#Swarm.SWARM.core as 'a) Swarm.SWARM.resident -> 'a
  method is_running : unit -> bool
  method list_residents : 'Swarm.SWARM.resident list
  method remove : 'Swarm.SWARM.resident -> unit
  method run : unit -> unit
  method shelter : '-> 'Swarm.SWARM.resident
  method start_all : unit -> unit
  method start_resident : 'Swarm.SWARM.resident -> unit
  method stop_all : unit -> unit
  method stop_resident : 'Swarm.SWARM.resident -> unit
  method wake : 'Swarm.SWARM.resident -> unit
end