Skip to main content

Module paths

Module paths 

Source
Expand description

Directory names under <mur_home> that a fleet / deep-research run writes.

One list, two readers that must never disagree: mur-core creates and writes these while a run executes, and mur-agent-runtime carves exactly these into the kernel sandbox for an agent-triggered run (fleet_run). They lived as two separate literals and drifted — runs/ was writable by the CLI and denied to the sandbox, so every agent-triggered run failed to register itself and mur fleet status reported nothing for a run that was live (fleet develop-rust, 2026-09-09). The list lives here because the runtime must not depend on mur-core.

Constants§

RUNS
Run-status records: <mur_home>/runs/<run_id>/run.json.
RUN_STATE_DIRS
Every directory an in-sandbox fleet run must be able to write.