feat: add process runner for subagents

This commit is contained in:
pi
2026-04-10 23:56:18 +01:00
parent b4ed6886c4
commit e864c3fe52
3 changed files with 199 additions and 0 deletions

View File

@@ -72,8 +72,10 @@ export interface SubagentRunResult {
finalText: string;
stdoutPath?: string;
stderrPath?: string;
transcriptPath?: string;
resultPath?: string;
eventsPath?: string;
errorMessage?: string;
}
export interface SubagentToolDetails {