Module ipc

Module ipc 

Source

Structsยง

HealthResponse ๐Ÿ”’
Health check response.
IpcRequest
IPC command request from the frontend.
IpcResponse
IPC response back to the frontend.

Functionsยง

handle_ipc ๐Ÿ”’
Main IPC handler โ€” routes commands to the appropriate handler.
health ๐Ÿ”’
Health check endpoint.
route_command ๐Ÿ”’
Route a command to the appropriate handler.
start_ipc_server
Start the IPC HTTP server on a random localhost port. Returns the port number.