Top-level supervisor for the ExAgent OTP tree.
Manages:
ExAgent.AgentDynamicSupervisorfor runtime-spawned agentsExAgent.TaskSupervisorfor async LLM calls and parallel dispatch
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: Supervisor.on_start()