fix(subagent): preserve published run failures

This commit is contained in:
Dudu-0223
2026-08-02 12:51:09 +08:00
committed by Tianyi Cui
parent 8b0a7a5d8d
commit a977ef30ee
57 files changed
+444 -208

No files matched your search

+2 -2
View File
@@ -59,9 +59,9 @@ declare module 'cordis' {
*/
'workflow/log'(info: WorkflowRunInfo, message: string): void
/**
* One `agent()` call established a ready child run. Paired with
* One `agent()` call established a published child run. Paired with
* {@link Events['workflow/agent-end']} by `agent.seq`. A call that never
* receives a ready run from the provider emits neither
* receives a published run from the provider emits neither
* event in this pair.
* @param info - the run's identity snapshot.
* @param agent - the call's sequence number, label, phase, and child id.