feat: implement subagent tool gating and timeout mechanisms for enhanced security and performance
This commit is contained in:
@@ -117,6 +117,7 @@ impl Tool for SpawnAgents {
|
||||
&_ctx.session_dir,
|
||||
&_ctx.workspaces,
|
||||
&findings,
|
||||
None, // no per-agent timeout for spawn_agents
|
||||
)?;
|
||||
format_results(results, "parallel")
|
||||
}
|
||||
@@ -206,6 +207,7 @@ impl Tool for SpawnPipeline {
|
||||
&_ctx.session_dir,
|
||||
&_ctx.workspaces,
|
||||
&findings,
|
||||
None, // no per-agent timeout for spawn_pipeline
|
||||
)?;
|
||||
format_results(results, "pipeline")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user