Expand description
Async client for streaming a headless muse exec --json run.
One ExecRun wraps one child process; next_record
yields typed journal records as they arrive, and
wait_terminal drives the run to its
run.terminal.* record.
Structsยง
- ExecRun
- A running
muse exec --jsoninvocation.