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 STATUSlines (or a friendly note when empty). - send_
list - Query the daemon for its runs and print the formatted listing.