feat(core): add foundation for subagent tool isolation (#22708)

This commit is contained in:
AK
2026-03-16 20:54:33 -07:00
committed by GitHub
parent abe83fce0b
commit 695bcaea0d
9 changed files with 203 additions and 9 deletions
+2
View File
@@ -240,6 +240,8 @@ export interface AgentOverride {
modelConfig?: ModelConfig;
runConfig?: AgentRunConfig;
enabled?: boolean;
tools?: string[];
mcpServers?: Record<string, MCPServerConfig>;
}
export interface AgentSettings {