pub async fn execute<E: CommandExecutor>(
executor: &E,
request: Request,
agent_arguments: Option<&AgentArguments>,
) -> Result<Response, E::Error>pub async fn execute<E: CommandExecutor>(
executor: &E,
request: Request,
agent_arguments: Option<&AgentArguments>,
) -> Result<Response, E::Error>