Module sidecar
agentmux_
cef
0.38.3
Module sidecar
Module Items
Structs
Functions
In crate agentmux_
cef
agentmux_cef
Module
sidecar
Copy item path
Source
Structs
ยง
Backend
Spawn
Result
State returned after successfully spawning the backend.
Functions
ยง
parse_
estart
๐
Parse the key=value fields out of a
AGENTMUXSRV-ESTART
line.
resolve_
backend_
binary
๐
Resolve the backend binary path.
spawn_
backend
Spawn the agentmux-srv backend sidecar and wait for it to signal readiness via a
AGENTMUXSRV-ESTART
line on stderr (30s timeout).
use_
launcher_
endpoints
Phase B.1: when the launcher has already spawned srv (env var
AGENTMUX_BACKEND_WS
is set), populate
state
from the env vars the launcher passed and return Ok โ no need to spawn srv ourselves.