ReqManagedAgents.SessionSupervisor (ReqManagedAgents v0.1.0)

Copy Markdown View Source

Optional DynamicSupervisor for running one ReqManagedAgents.Session per child. Add it to your supervision tree, then start_child/1 with the same opts you'd pass to ReqManagedAgents.Session.start_link/2.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start a supervised live session (Claude Managed Agents).

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_child(opts)

Start a supervised live session (Claude Managed Agents).

start_link(init_arg \\ [])