Function execute_tool

Source
pub async fn execute_tool(
    _registry: &PluginRegistry,
    tool_name: &str,
    args: &[String],
    _use_system_path: bool,
) -> Result<i32>
Expand description

Execute tool with given arguments (simplified for closed-loop toolchain)