Skip to main content

Module ctl

Module ctl 

Source
Expand description

lev msg / lev cancel - control operations on a running agent in the shared-world daemon.

Both send a control request over the daemon socket and report the boolean outcome. The request/response cores are tested here; the socket-path resolution + connect live in the binary behind crate::dispatch::RiskyExecutors.

Structs§

CancelArgs
Arguments for lev cancel.
MsgArgs
Arguments for lev msg.
RespondArgs
Arguments for lev respond - answer a pending ask_user interaction the daemon is holding, or (with no request_id) list the open interactions.

Functions§

cancel_run
lev cancel: cancel a run.
respond
lev respond: answer a pending interaction, or list open ones when no request_id is given.
send_message
lev msg: deliver a message to a running agent.