OpenResponses.LoopSupervisor (OpenResponses v0.1.1)

View Source

Dynamic supervisor for agentic loop processes. One Loop GenServer is spawned per inbound request.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(init_arg)

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

start_loop(opts)

@spec start_loop(map()) :: DynamicSupervisor.on_start_child()