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§
- InProcess
Isolation - Default isolation: same process and filesystem as the parent host.
- Isolation
Env - Environment prepared for a single nested spawn.
Traits§
- Isolation
Backend - Prepares (and later tears down) an execution environment for a child agent.
Functions§
- isolation_
error - Map isolation failures to a typed host error.