Harness subagents run in-process by default. Physical isolation is opt-in throughDocumentation Index
Fetch the complete documentation index at: https://docs.compose.market/llms.txt
Use this file to discover all available pages before exploring further.
isolated: true on a task step or requireIsolation: true on a plan path that routes into the sandbox adapter.
Behavior
harness/sandbox.ts uses the Daytona integration in runtime/src/mesh/sandbox.ts.
| Condition | Behavior |
|---|---|
DAYTONA_CONCLAVE_SNAPSHOT_ID configured | Boot a fresh Daytona sandbox and run the harness boot command. |
| Snapshot missing | Return a typed sandbox_unavailable error. |
| Sandbox command exits 0 | Return completed. |
| Sandbox command exits nonzero | Return error with stderr preview. |