Skip to main content

Crate inferlab_runtime

Crate inferlab_runtime 

Source
Expand description

Framework-neutral runtime lifecycle mechanics for the InferLab product.

Modules§

container
One authority for docker container lifecycle mechanics ([[RFC-0003:C-RUNTIME-WORKFLOWS]]): bounded client invocation with concurrently drained pipes, and confirmed container removal on the launch machine. Callers own their argv assembly, evidence shapes, and operator-facing messages — this module owns only the mechanics that have actually failed in the field: the pipe-capacity deadlock, the deadline kill, and the container that outlives its docker client.
interrupt
operation_bound
plan
process_group
server
shell
POSIX shell text encoding for rendered scripts and ssh argv.
ssh
The one authority for the SSH client invocation shape, shared by every module that reaches a remote machine.