implemented shell_exec
This commit is contained in:
@@ -56,6 +56,7 @@ type AgentConfig struct {
|
||||
MaxIterations int `toml:"max_iterations"`
|
||||
Toolsets []string `toml:"toolsets"` // Allowed tool namespaces (MCP servers)
|
||||
Subagents []string `toml:"subagents"` // Allowed subagent IDs
|
||||
EnableShellExec bool `toml:"enable_shell_exec"`
|
||||
ToolResponseThreshold int `toml:"-"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user