Expand description
Sub-agent execution for accepted triggers — the detached task body spawned by
TriggerExecutor::spawn_trigger_action.
Covers the three delivery modes (TriggerDelivery): SubAgent (run a fresh
sub-agent), InjectSummary (promote payload_summary directly, no model call) and
InjectAndRun (inject the prompt into the parent loop and request one parent turn).