@sema-agent/core 1.354.0 → 1.356.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -800,6 +800,7 @@ export async function prepareTask(spec, deps, sessions, resume, _memorySelector,
800
800
  builtinAgents: deps.builtinAgents,
801
801
  store: deps.workflowRunStore,
802
802
  journalStore: deps.workflowJournalStore,
803
+ ...(deps.onBackgroundChildEvent ? { onBackgroundChildEvent: deps.onBackgroundChildEvent } : {}),
803
804
  scriptStore: deps.workflowScriptStore,
804
805
  builtinWorkflows: deps.builtinWorkflows,
805
806
  onAgentSpawn: deps.onWorkflowAgentSpawn,