Skip to main content

pPilot

Durable Run production at scale.

pPilot extends the Run model from one execution to a bounded collection of tasks. It owns planning, bounded concurrency, leases and fencing decisions, infrastructure retry and recovery, reconciliation, durable result publication, and task-to-Run mapping.

It does not redefine the Agent runtime: each task remains an independent pVisor Run, executed by the standalone pvisor binary.

CommandOwns
ppilot runexecute a plan() / execute(item) workload with durable recovery
ppilot producecreate independent pVisor Runs from a streaming planner

Where to start