Skip to main content

Module isolation

Module isolation 

Source
Expand description

Isolation backend for nested agent runs (default: in-process, no sandbox).

Worktree / OS sandbox backends are optional future adapters implementing the same trait — the kernel does not ship a worktree pool by default.

Structs§

InProcessIsolation
Default isolation: same process and filesystem as the parent host.
IsolationEnv
Environment prepared for a single nested spawn.

Traits§

IsolationBackend
Prepares (and later tears down) an execution environment for a child agent.

Functions§

isolation_error
Map isolation failures to a typed host error.