feat: implement subagent tool gating and timeout mechanisms for enhanced security and performance

This commit is contained in:
asepharyana
2026-07-13 04:41:26 +07:00
parent d09e440e7e
commit 3b711bbf3b
7 changed files with 379 additions and 19 deletions
+2
View File
@@ -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")
}