Versions in this module Expand all Collapse all v0 v0.1.0 Jul 10, 2026 Changes in this version + type Factory interface + New func(ctx context.Context, spec Spec) (Node, error) + type Health string + const Ready + const Stopped + type Node interface + Close func(ctx context.Context) error + Health func(ctx context.Context) Health + ID func() string + Run func(ctx context.Context, t task.Task) (task.Result, error) + type Spawner func(ctx context.Context, t task.Task) (string, error) + type Spec struct + Deployment string + PDP sandbox.PDP + Spawn Spawner