Structsยง
- Health
Response ๐ - 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.