Member Junction
    Preparing search index...

    Runs commands inside a provisioned sandbox.

    Obtained from SandboxHandle, so the sandbox provider — not the adapter — decides WHERE a harness process runs. That separation is the whole point: CodexAdapter builds argv and parses events, and never learns whether it is executing on the MJAPI host, in a container, or in a pod.

    interface SandboxExecutor {
        Run(spec: HarnessProcessSpec): HarnessProcess;
    }

    Implemented by

    Index

    Methods

    Methods