launchProcess

fun launchProcess(command: List<String>, workingDir: File, port: Int): Boolean

Launches the LLAMA-Server process and waits for it to become healthy.

Return

true if the server started and passed health checks.

Parameters

command

Full command line (binary path first).

workingDir

Working directory for the process.

port

Port the server will listen on (used for health checks).