Namespace JD.AI.Sandbox.Pipeline
Classes
- PipelineExecutionResult
Result of a pipeline execution spanning multiple stages (e.g., planner → executor).
- PipelineStage
Represents a single stage in a sandbox pipeline.
- SandboxPipeline
Orchestrates sequential sandboxed execution stages connected by kernel pipes (stdout → stdin). The planner completes fully before the executor begins, ensuring strict capability separation.
- StageResult
Result of a single pipeline stage.