Skip to main content

Module ps

Module ps 

Source
Expand description

lev ps - list the agents running in the shared-world daemon.

Queries the daemon over its control socket and prints one line per run. The query + formatting cores are tested here; the socket-path resolution + connect live in the binary behind crate::dispatch::RiskyExecutors.

Structs§

PsArgs
Arguments for lev ps (none yet).

Functions§

format_runs
Render a run listing as aligned RUN STATUS lines (or a friendly note when empty).
send_list
Query the daemon for its runs and print the formatted listing.