Expand description
Command runner, sandbox, output capture, and network allowlist.
This crate provides the execution engine used by the agent orchestrator for spawning commands inside optional sandbox profiles, capturing and sanitizing output streams, and validating network allowlists.
Modulesยง
- output_
capture - Output capture utilities for spawned commands.
- runner
- Command runner abstractions, policies, and spawn helpers.
- sandbox_
network - Sandbox network allowlist parsing and validation.