pub async fn execute_streaming(
args: &Value,
tx: Sender<InferenceEvent>,
) -> Result<String, String>Expand description
Streaming variant — emits live shell lines to the SPECULAR panel while buffering the final combined output for the tool result returned to the model.