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§
- Cancel
Args - Arguments for
lev cancel. - MsgArgs
- Arguments for
lev msg. - Respond
Args - Arguments for
lev respond- answer a pendingask_userinteraction the daemon is holding, or (with norequest_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 norequest_idis given.- send_
message lev msg: deliver a message to a running agent.