Expand description
lev daemon - run and manage the shared-world daemon.
With no action, lev daemon runs the daemon in the foreground: it binds the
control socket, drives the one shared world, and (on restart) reloads any
agents persisted under the runs directory. That execution - binding a real
socket, spawning a detached process, polling for readiness - is real I/O
routed through crate::dispatch::RiskyExecutors and implemented by the
binary (main.rs). This module defines the arguments plus the testable
request/formatting cores the binary composes.
Structs§
- Daemon
Args - Arguments for
lev daemon.
Enums§
- Daemon
Action - Lifecycle actions for the shared-world daemon.
Functions§
- format_
status - The
lev daemon statusline for arunningdaemon hostingrun_countagents. - send_
shutdown - Ask the daemon to shut down and report the outcome.